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

Unified Diff: Source/modules/presentation/PresentationError.h

Issue 1107793002: Oilpan: have DOMException be on the heap by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/modules/geofencing/GeofencingError.cpp ('k') | Source/modules/presentation/PresentationError.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/presentation/PresentationError.h
diff --git a/Source/modules/presentation/PresentationError.h b/Source/modules/presentation/PresentationError.h
index c5a3fddb18326d04af9c137acc170e6c487f289c..802c07db382d13ab5c99260c3063ff942bf644a0 100644
--- a/Source/modules/presentation/PresentationError.h
+++ b/Source/modules/presentation/PresentationError.h
@@ -15,7 +15,7 @@ class DOMException;
// A container of methods taking care of WebPresentationError in WebCallbacks subclasses.
class PresentationError final {
public:
- static PassRefPtrWillBeRawPtr<DOMException> take(WebPresentationError*);
+ static DOMException* take(WebPresentationError*);
static void dispose(WebPresentationError*);
private:
« no previous file with comments | « Source/modules/geofencing/GeofencingError.cpp ('k') | Source/modules/presentation/PresentationError.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698