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

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

Issue 2707973002: Remove blacklist on .innerHTML and .outerHTML (Closed)
Patch Set: Typo fix Created 3 years, 10 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 530822e047b8e089dd60ceac7c7956d97ca8e51c..75a83361cb5a6f3e27f1f186aad569d29d8e677c 100644
--- a/third_party/WebKit/Source/core/html/HTMLElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLElement.h
@@ -82,7 +82,7 @@ class CORE_EXPORT HTMLElement : public Element {
void accessKeyAction(bool sendMouseEvents) override;
- bool ieForbidsInsertHTML() const;
+ bool shouldSerializeEndTag() const;
virtual HTMLFormElement* formOwner() const { return nullptr; }

Powered by Google App Engine
This is Rietveld 408576698