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

Unified Diff: third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h

Issue 1914923002: Rename all existing custom element classes as V0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CustomElementV0 -> V0CustomElement Created 4 years, 8 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/html/imports/HTMLImportLoader.h
diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
index bf28b7c1e1139682da624067f408ad3c052d088a..b029f2b683362446ec00613da53a4267d0f439f2 100644
--- a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
+++ b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
@@ -41,7 +41,7 @@
namespace blink {
-class CustomElementSyncMicrotaskQueue;
+class V0CustomElementSyncMicrotaskQueue;
class Document;
class DocumentWriter;
class HTMLImportChild;
@@ -89,7 +89,7 @@ public:
// Called by Document::didRemoveAllPendingStylesheet.
void didRemoveAllPendingStylesheet();
- CustomElementSyncMicrotaskQueue* microtaskQueue() const;
+ V0CustomElementSyncMicrotaskQueue* microtaskQueue() const;
DECLARE_VIRTUAL_TRACE();
@@ -121,7 +121,7 @@ private:
State m_state;
Member<Document> m_document;
Member<DocumentWriter> m_writer;
- Member<CustomElementSyncMicrotaskQueue> m_microtaskQueue;
+ Member<V0CustomElementSyncMicrotaskQueue> m_microtaskQueue;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698