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

Unified Diff: Source/core/dom/custom/CustomElementMicrotaskQueue.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
Index: Source/core/dom/custom/CustomElementMicrotaskQueue.h
diff --git a/Source/core/dom/custom/CustomElementMicrotaskQueue.h b/Source/core/dom/custom/CustomElementMicrotaskQueue.h
index fbff84be298eb7880c129d28c7567f1efcc61da7..cda3cab39336cb483ad583c999fc985fcd6980bb 100644
--- a/Source/core/dom/custom/CustomElementMicrotaskQueue.h
+++ b/Source/core/dom/custom/CustomElementMicrotaskQueue.h
@@ -67,7 +67,7 @@ class CustomElementMicrotaskQueue : public CustomElementMicrotaskQueueBase {
public:
static PassRefPtrWillBeRawPtr<CustomElementMicrotaskQueue> create() { return adoptRefWillBeNoop(new CustomElementMicrotaskQueue()); }
- void enqueue(PassOwnPtr<CustomElementMicrotaskStep>);
+ void enqueue(PassOwnPtrWillBeRawPtr<CustomElementMicrotaskStep>);
private:
CustomElementMicrotaskQueue() { }
« no previous file with comments | « Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp ('k') | Source/core/dom/custom/CustomElementMicrotaskQueue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698