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

Unified Diff: third_party/WebKit/Source/core/html/HTMLDivElement.idl

Issue 2424693002: Custom Elements: Complete HTMLConstructor Algorithm (Closed)
Patch Set: Redefinition guard Created 4 years, 2 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/HTMLDivElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLDivElement.idl b/third_party/WebKit/Source/core/html/HTMLDivElement.idl
index c3b7705b1adbe8d0bd46ceec35722352358228fc..2eb121587812dc6a1b3d0705d2d1ae8f432521a1 100644
--- a/third_party/WebKit/Source/core/html/HTMLDivElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLDivElement.idl
@@ -18,7 +18,7 @@
*/
// https://html.spec.whatwg.org/#the-div-element
-
+[HTMLConstructor]
interface HTMLDivElement : HTMLElement {
// obsolete members
// https://html.spec.whatwg.org/#HTMLDivElement-partial

Powered by Google App Engine
This is Rietveld 408576698