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

Unified Diff: html/HTMLDocument.idl

Issue 14107003: Update WebKit IDLs after chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: reupload again. Created 7 years, 8 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 | « html/HTMLCanvasElement.idl ('k') | html/HTMLElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: html/HTMLDocument.idl
diff --git a/html/HTMLDocument.idl b/html/HTMLDocument.idl
index 07427cfeb1825847ee7d2d389e3c8668fd586b44..6f2169d7b6d4862c6fdb906f55a64e7128908d07 100644
--- a/html/HTMLDocument.idl
+++ b/html/HTMLDocument.idl
@@ -23,7 +23,7 @@
V8CustomToJSObject,
V8SkipVTableValidation
] interface HTMLDocument : Document {
- [JSCustom, V8Custom] void open();
+ [V8Custom] void open();
void close();
[Custom] void write(in [Optional=DefaultIsUndefined] DOMString text);
[Custom] void writeln(in [Optional=DefaultIsUndefined] DOMString text);
@@ -36,7 +36,7 @@
#if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
// FIXME: This should eventually be available (if they are wanted) for all languages.
- [JSCustom, Replaceable, Deletable] attribute HTMLAllCollection all;
+ [Replaceable, Deletable] attribute HTMLAllCollection all;
#endif
void clear();
« no previous file with comments | « html/HTMLCanvasElement.idl ('k') | html/HTMLElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698