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

Unified Diff: public/web/WebDOMError.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/WebBlob.h ('k') | public/web/WebDOMFileSystem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDOMError.h
diff --git a/public/web/WebDOMError.h b/public/web/WebDOMError.h
index fa3e7fd6cb8ebfe43653f1ace51d6468bbe7a61d..ec7e9c7d02611f09fb18929b4a301392eec587eb 100644
--- a/public/web/WebDOMError.h
+++ b/public/web/WebDOMError.h
@@ -66,10 +66,6 @@ public:
BLINK_EXPORT WebString name() const;
BLINK_EXPORT WebString message() const;
- // FIXME: toV8Value() will be removed after modifying
- // //src/extensions/renderer/file_system_natives.cc to use
- // toV8Value(v8::Handle<v8::Obejct>, v8::Isolate*).
- BLINK_EXPORT v8::Handle<v8::Value> toV8Value();
BLINK_EXPORT v8::Handle<v8::Value> toV8Value(v8::Handle<v8::Object> creationContext, v8::Isolate*);
#if BLINK_IMPLEMENTATION
« no previous file with comments | « public/web/WebBlob.h ('k') | public/web/WebDOMFileSystem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698