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

Unified Diff: public/web/WebBlob.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 | « Source/web/WebDOMFileSystem.cpp ('k') | public/web/WebDOMError.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebBlob.h
diff --git a/public/web/WebBlob.h b/public/web/WebBlob.h
index 8a7e30426d51a7d2cf95498dec131a05f15a30eb..3d0d829c98b10054a6c00f9155144cb72b7aae87 100644
--- a/public/web/WebBlob.h
+++ b/public/web/WebBlob.h
@@ -75,8 +75,6 @@ public:
bool isNull() const { return m_private.isNull(); }
BLINK_EXPORT v8::Handle<v8::Value> toV8Value(v8::Handle<v8::Object> creationContext, v8::Isolate*);
- // FIXME: remove the following toV8Value after fixing chromium code.
- BLINK_EXPORT v8::Handle<v8::Value> toV8Value();
#if BLINK_IMPLEMENTATION
explicit WebBlob(const PassRefPtrWillBeRawPtr<WebCore::Blob>&);
« no previous file with comments | « Source/web/WebDOMFileSystem.cpp ('k') | public/web/WebDOMError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698