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

Unified Diff: third_party/WebCore/html/HTMLDocument.idl

Issue 12319151: WebKit IDL roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« no previous file with comments | « third_party/WebCore/html/HTMLCanvasElement.idl ('k') | third_party/WebCore/html/HTMLElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/html/HTMLDocument.idl
diff --git a/third_party/WebCore/html/HTMLDocument.idl b/third_party/WebCore/html/HTMLDocument.idl
index 25f0a5c39035114b5df1917c29529160a9b47c98..7c29fcb5dc1892aaac72f5240363ee2c24d23d9e 100644
--- a/third_party/WebCore/html/HTMLDocument.idl
+++ b/third_party/WebCore/html/HTMLDocument.idl
@@ -53,6 +53,11 @@
readonly attribute Element activeElement;
boolean hasFocus();
+#if defined(ENABLE_CUSTOM_ELEMENTS) && ENABLE_CUSTOM_ELEMENTS
+ [V8EnabledAtRuntime=customDOMElements, Conditional=CUSTOM_ELEMENTS, ImplementedAs=registerElement, CallWith=ScriptState]
+ CustomElementConstructor webkitRegister(in DOMString name, in [Optional] Dictionary options) raises(DOMException);
+#endif
+
// Deprecated attributes
[TreatNullAs=NullString] attribute DOMString bgColor;
[TreatNullAs=NullString] attribute DOMString fgColor;
« no previous file with comments | « third_party/WebCore/html/HTMLCanvasElement.idl ('k') | third_party/WebCore/html/HTMLElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698