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

Unified Diff: third_party/WebKit/Source/core/dom/custom/V0CustomElementUpgradeCandidateMap.h

Issue 2023093003: Upgrade in-document custom elements when an element is defined. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses feedback. Created 4 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: third_party/WebKit/Source/core/dom/custom/V0CustomElementUpgradeCandidateMap.h
diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementUpgradeCandidateMap.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementUpgradeCandidateMap.h
index 53ca68f4d27a07dd43cc1c64eb45fc3e5c1d7673..4daf49cfb3cc60da1cc8977426e6730f87fe7218 100644
--- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementUpgradeCandidateMap.h
+++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementUpgradeCandidateMap.h
@@ -36,12 +36,11 @@
#include "core/dom/custom/V0CustomElementObserver.h"
#include "wtf/HashMap.h"
#include "wtf/LinkedHashSet.h"
-#include "wtf/Noncopyable.h"
namespace blink {
class V0CustomElementUpgradeCandidateMap final : public V0CustomElementObserver {
- WTF_MAKE_NONCOPYABLE(V0CustomElementUpgradeCandidateMap);
+ DISALLOW_COPY_AND_ASSIGN(V0CustomElementUpgradeCandidateMap);
public:
static V0CustomElementUpgradeCandidateMap* create();
~V0CustomElementUpgradeCandidateMap() override;

Powered by Google App Engine
This is Rietveld 408576698