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>&); |