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

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

Issue 2385073002: HTMLConstructor implementation (Closed)
Patch Set: Move V8HTMLConstructor.cpp outside of 'custom' dir, spelling error fix 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/HTMLElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLElement.idl b/third_party/WebKit/Source/core/html/HTMLElement.idl
index fb8b036bff3cf38a76a0015bc17defcc85cfc51a..448840d149fdaea20fb19b8a3533903be076da01 100644
--- a/third_party/WebKit/Source/core/html/HTMLElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLElement.idl
@@ -19,7 +19,7 @@
*/
// https://html.spec.whatwg.org/#htmlelement
-[CustomConstructor]
+[HTMLConstructor]
interface HTMLElement : Element {
// metadata attributes
[CEReactions, Reflect] attribute DOMString title;

Powered by Google App Engine
This is Rietveld 408576698