Source/WebKit/chromium/ChangeLog
1
2011-03-24 Adam Klein <adamk@chromium.org>
2
3
Reviewed by NOBODY (OOPS!).
4
5
[chromium] Remove deprecated overload of openFileSystem for workers
6
https://bugs.webkit.org/show_bug.cgi?id=57062
7
8
* public/WebCommonWorkerClient.h:
9
1
10
2011-03-24 Dominic Mazzoni <dmazzoni@google.com>
2
11
3
12
Reviewed by Dimitri Glazkov.
Source/WebKit/chromium/public/WebCommonWorkerClient.h
@
@
public:
92
92
WEBKIT_ASSERT_NOT_REACHED();
93
93
}
94
94
95
// This will be removed once changes in chromium use the new method above.
96
virtual void openFileSystem(WebFileSystem::Type, long long size, WebFileSystemCallbacks*)
97
{
98
WEBKIT_ASSERT_NOT_REACHED();
99
}
100
101
95
protected:
102
96
~WebCommonWorkerClient() { }
103
97
};