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

Unified Diff: Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp

Issue 1206503003: Oilpan: make custom element microtask dispatching lazy sweep savvy. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: eagerly finalize run queue (and weak ptr) 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 | « Source/core/dom/custom/CustomElementMicrotaskRunQueue.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp
diff --git a/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp b/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp
index 1e21855ad5b39ec57c6fc6841447695a19b7733c..81592a8f2d0399b76971d3c192d5fc9f4ac4eb8c 100644
--- a/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp
+++ b/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp
@@ -10,8 +10,6 @@
#include "core/dom/custom/CustomElementSyncMicrotaskQueue.h"
#include "core/html/imports/HTMLImportLoader.h"
-#include <stdio.h>
-
namespace blink {
DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(CustomElementMicrotaskRunQueue)
« no previous file with comments | « Source/core/dom/custom/CustomElementMicrotaskRunQueue.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698