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

Unified Diff: html/HTMLElement.idl

Issue 13601015: Roll Blink IDLs forward. (Closed) Base URL: http://dart.googlecode.com/svn/third_party/WebCore/
Patch Set: 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 | « bindings/dart/gyp/scripts/massage_factories.py ('k') | html/HTMLTemplateElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: html/HTMLElement.idl
===================================================================
--- html/HTMLElement.idl (revision 20616)
+++ html/HTMLElement.idl (working copy)
@@ -43,7 +43,7 @@
setter raises(DOMException);
[TreatNullAs=NullString] attribute DOMString innerText
setter raises(DOMException);
- [TreatNullAs=NullString] attribute DOMString outerHTML
+ [TreatNullAs=NullString, V8DeliverCustomElementCallbacks] attribute DOMString outerHTML
setter raises(DOMException);
[TreatNullAs=NullString] attribute DOMString outerText
setter raises(DOMException);
@@ -51,6 +51,7 @@
Element insertAdjacentElement(in [Optional=DefaultIsUndefined] DOMString where,
in [Optional=DefaultIsUndefined] Element element)
raises(DOMException);
+ [V8DeliverCustomElementCallbacks]
void insertAdjacentHTML(in [Optional=DefaultIsUndefined] DOMString where,
in [Optional=DefaultIsUndefined] DOMString html)
raises(DOMException);
« no previous file with comments | « bindings/dart/gyp/scripts/massage_factories.py ('k') | html/HTMLTemplateElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698