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

Unified Diff: html/HTMLDocument.idl

Issue 12893011: Update idl files in third_party/WebCore (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 9 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: html/HTMLDocument.idl
diff --git a/html/HTMLDocument.idl b/html/HTMLDocument.idl
index e1f57d2c016b60c00784f926e32a90db7b4e9778..07427cfeb1825847ee7d2d389e3c8668fd586b44 100644
--- a/html/HTMLDocument.idl
+++ b/html/HTMLDocument.idl
@@ -53,11 +53,6 @@
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;
« css/FontLoader.idl ('K') | « html/HTMLAudioElement.idl ('k') | html/HTMLMediaElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698