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

Unified Diff: public/web/WebDOMError.h

Issue 176853004: Oilpan: move core/fileapi to oilpan's heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 10 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') | no next file » | 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 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:
« no previous file with comments | « public/web/WebBlob.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698