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

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 2242743002: Make custom elements work in HTML imports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses tkent's comments. Created 4 years, 4 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: third_party/WebKit/Source/core/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index a987a549ac6b0415e7ea62405dbaca06792d5583..2639e95377e658567201b3e9269fac87aec123e7 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -1012,7 +1012,7 @@ public:
void addConsoleMessage(ConsoleMessage*) final;
- LocalDOMWindow* executingWindow() final;
+ LocalDOMWindow* executingWindow() const final;
LocalFrame* executingFrame();
DocumentLifecycle& lifecycle() { return m_lifecycle; }

Powered by Google App Engine
This is Rietveld 408576698