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

Unified Diff: Source/modules/serviceworkers/ServiceWorker.h

Issue 1149983007: Oilpan: Build fix after r196496 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/ServiceWorker.h
diff --git a/Source/modules/serviceworkers/ServiceWorker.h b/Source/modules/serviceworkers/ServiceWorker.h
index df5408560190d05dd42bc4beb75b67f4fd1b277f..7dee8654988f492c9e07ecab861feb4dbfac7ba3 100644
--- a/Source/modules/serviceworkers/ServiceWorker.h
+++ b/Source/modules/serviceworkers/ServiceWorker.h
@@ -56,8 +56,10 @@ public:
// Eager finalization needed to promptly release owned WebServiceWorker.
EAGERLY_FINALIZE();
+#if ENABLE(OILPAN)
// Override 'operator new' to enforce allocation of eagerly finalized object.
DECLARE_EAGER_FINALIZATION_OPERATOR_NEW();
+#endif
void postMessage(ExecutionContext*, PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, ExceptionState&);
void terminate(ExceptionState&);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698