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

Unified Diff: Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h

Issue 301073002: Oilpan: Build fix after r175007 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h
diff --git a/Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h b/Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h
index 2cc6085d2b96c5682080305e57e88b3069821121..9ee49e24fdca854fcd0efa04c883dbc72d275b1d 100644
--- a/Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h
+++ b/Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h
@@ -41,7 +41,7 @@ class CustomElementAsyncImportMicrotaskQueue : public CustomElementMicrotaskQueu
public:
static PassRefPtrWillBeRawPtr<CustomElementAsyncImportMicrotaskQueue> create() { return adoptRefWillBeNoop(new CustomElementAsyncImportMicrotaskQueue()); }
- void enqueue(PassOwnPtr<CustomElementMicrotaskImportStep>);
+ void enqueue(PassOwnPtrWillBeRawPtr<CustomElementMicrotaskImportStep>);
private:
CustomElementAsyncImportMicrotaskQueue() { }
« no previous file with comments | « no previous file | Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698