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

Unified Diff: third_party/WebKit/Source/core/dom/BUILD.gn

Issue 2369853002: HTML parser: implementing throw-on-dynamic-markup-insertion counter (Closed)
Patch Set: reentry permit check Created 4 years, 3 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/BUILD.gn
diff --git a/third_party/WebKit/Source/core/dom/BUILD.gn b/third_party/WebKit/Source/core/dom/BUILD.gn
index 6fe28cb467803815e2d27c378c91d21eddb09ef8..3c934b338aa6d569cddce2013b9a84d9d78a8bb1 100644
--- a/third_party/WebKit/Source/core/dom/BUILD.gn
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn
@@ -271,6 +271,7 @@ blink_core_sources("dom") {
"Text.cpp",
"TextLinkColors.cpp",
"TextLinkColors.h",
+ "ThrowOnDynamicMarkupInsertionCountIncrementer.h",
"Touch.cpp",
"Touch.h",
"TouchList.cpp",

Powered by Google App Engine
This is Rietveld 408576698