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

Unified Diff: third_party/WebKit/Source/core/html/HTMLElement.h

Issue 2801243002: More tweaks to <script nonce> hiding. (Closed)
Patch Set: Moved tests. Created 3 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/html/HTMLElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLElement.h b/third_party/WebKit/Source/core/html/HTMLElement.h
index 325b38ffcfdd621b9f2c43d5a774962b98c89056..b890e3b9519958b243434c5d54be06dc065df5c2 100644
--- a/third_party/WebKit/Source/core/html/HTMLElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLElement.h
@@ -152,6 +152,8 @@ class CORE_EXPORT HTMLElement : public Element {
void ChildrenChanged(const ChildrenChange&) override;
void CalculateAndAdjustDirectionality();
+ InsertionNotificationRequest InsertedInto(ContainerNode*) override;
+
private:
String DebugNodeName() const final;
String nodeName() const final;

Powered by Google App Engine
This is Rietveld 408576698