Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2380)

Unified Diff: public/web/WebDOMFileSystem.h

Issue 326573002: Remove public web methods using toV8 with empty context. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/web/WebDOMError.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « public/web/WebDOMError.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698