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

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

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/presentation/PresentationError.h ('k') | Source/modules/push_messaging/PushError.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/presentation/PresentationError.cpp
diff --git a/Source/modules/presentation/PresentationError.cpp b/Source/modules/presentation/PresentationError.cpp
index f513f21bc1988e43e241d80531b76c734bc6867f..60c19fef3ceb92d6c9b17f27a2d8adc12522db04 100644
--- a/Source/modules/presentation/PresentationError.cpp
+++ b/Source/modules/presentation/PresentationError.cpp
@@ -13,7 +13,7 @@
namespace blink {
// static
-PassRefPtrWillBeRawPtr<DOMException> PresentationError::take(WebPresentationError* errorRaw)
+DOMException* PresentationError::take(WebPresentationError* errorRaw)
{
ASSERT(errorRaw);
OwnPtr<WebPresentationError> error = adoptPtr(errorRaw);
« no previous file with comments | « Source/modules/presentation/PresentationError.h ('k') | Source/modules/push_messaging/PushError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698