summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/chromium/src/WebWorkerClientImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/src/WebWorkerClientImpl.h')
-rw-r--r--Source/WebKit/chromium/src/WebWorkerClientImpl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/WebKit/chromium/src/WebWorkerClientImpl.h b/Source/WebKit/chromium/src/WebWorkerClientImpl.h
index 0604823..a7dcd3c 100644
--- a/Source/WebKit/chromium/src/WebWorkerClientImpl.h
+++ b/Source/WebKit/chromium/src/WebWorkerClientImpl.h
@@ -99,10 +99,6 @@ public:
ASSERT_NOT_REACHED();
return true;
}
- virtual void openFileSystem(WebFrame*, WebFileSystem::Type, long long size, WebFileSystemCallbacks*)
- {
- ASSERT_NOT_REACHED();
- }
private:
virtual ~WebWorkerClientImpl();