| Index: public/web/WebDOMFileSystem.h
|
| diff --git a/public/web/WebDOMFileSystem.h b/public/web/WebDOMFileSystem.h
|
| index 63d211a0bd2f84a2804f47bb1bbf1bba2da3d07d..40ede7a8bdfc8b9334cebd2ccb8cd0905e014285 100644
|
| --- a/public/web/WebDOMFileSystem.h
|
| +++ b/public/web/WebDOMFileSystem.h
|
| @@ -93,10 +93,6 @@ public:
|
| BLINK_EXPORT WebFileSystem::Type type() const;
|
| BLINK_EXPORT WebURL rootURL() const;
|
|
|
| - BLINK_EXPORT v8::Handle<v8::Value> toV8Value();
|
| - BLINK_EXPORT v8::Handle<v8::Value> createV8Entry(
|
| - const WebString& path,
|
| - EntryType);
|
| BLINK_EXPORT v8::Handle<v8::Value> toV8Value(v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
| BLINK_EXPORT v8::Handle<v8::Value> createV8Entry(
|
| const WebString& path,
|
|
|