2011-03-25 Adam Klein <adamk@chromium.org>

        Reviewed by David Levin.

        [chromium] Remove deprecated overload of openFileSystem for workers
        https://bugs.webkit.org/show_bug.cgi?id=57062

        * public/WebCommonWorkerClient.h:

git-svn-id: svn://svn.chromium.org/blink/trunk@81972 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 84d969bc
2011-03-25 Adam Klein <adamk@chromium.org>
Reviewed by David Levin.
[chromium] Remove deprecated overload of openFileSystem for workers
https://bugs.webkit.org/show_bug.cgi?id=57062
* public/WebCommonWorkerClient.h:
2011-03-25 Chang Shu <cshu@webkit.org> 2011-03-25 Chang Shu <cshu@webkit.org>
Reviewed by Ryosuke Niwa. Reviewed by Ryosuke Niwa.
......
...@@ -92,12 +92,6 @@ public: ...@@ -92,12 +92,6 @@ public:
WEBKIT_ASSERT_NOT_REACHED(); WEBKIT_ASSERT_NOT_REACHED();
} }
// This will be removed once changes in chromium use the new method above.
virtual void openFileSystem(WebFileSystem::Type, long long size, WebFileSystemCallbacks*)
{
WEBKIT_ASSERT_NOT_REACHED();
}
protected: protected:
~WebCommonWorkerClient() { } ~WebCommonWorkerClient() { }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment