Index: public/web/WebDOMError.h |
diff --git a/public/web/WebDOMError.h b/public/web/WebDOMError.h |
index 4ca7733d47e223e0bda50508776254dfc00069f0..efe2e932f30fb1c616d43ec659e20c8148fdc237 100644 |
--- a/public/web/WebDOMError.h |
+++ b/public/web/WebDOMError.h |
@@ -67,9 +67,8 @@ public: |
BLINK_EXPORT v8::Handle<v8::Value> toV8Value(); |
#if BLINK_IMPLEMENTATION |
- WebDOMError(const WTF::PassRefPtr<WebCore::DOMError>&); |
- WebDOMError& operator=(const WTF::PassRefPtr<WebCore::DOMError>&); |
- operator WTF::PassRefPtr<WebCore::DOMError>() const; |
+ explicit WebDOMError(const PassRefPtrWillBeRawPtr<WebCore::DOMError>&); |
+ WebDOMError& operator=(const PassRefPtrWillBeRawPtr<WebCore::DOMError>&); |
#endif |
protected: |