| Index: webkit/mocks/mock_webframe.h
|
| ===================================================================
|
| --- webkit/mocks/mock_webframe.h (revision 81576)
|
| +++ webkit/mocks/mock_webframe.h (working copy)
|
| @@ -118,7 +118,12 @@
|
| const WebScriptSource&);
|
| virtual v8::Local<v8::Context> mainWorldScriptContext() const;
|
| virtual v8::Handle<v8::Value> createFileSystem(
|
| - int type, const WebString& name, const WebString& path);
|
| + WebKit::WebFileSystem::Type type, const WebString& name,
|
| + const WebString& path);
|
| + virtual v8::Handle<v8::Value> createFileEntry(
|
| + WebKit::WebFileSystem::Type type, const WebString& fileSystemName,
|
| + const WebString& fileSystemPath, const WebString& filePath,
|
| + bool isDirectory);
|
| #endif
|
| virtual bool insertStyleText(const WebString& styleText,
|
| const WebString& elementId);
|
|
|