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

Unified Diff: html/HTMLTemplateElement.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/HTMLTableSectionElement.idl ('k') | html/HTMLVideoElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: html/HTMLTemplateElement.idl
diff --git a/html/HTMLTemplateElement.idl b/html/HTMLTemplateElement.idl
index 16848084d32341bcb98a99d98ddcd06ce04dd58f..3599d01ea9c1255527dcdefa6611ceae9e67b3ee 100644
--- a/html/HTMLTemplateElement.idl
+++ b/html/HTMLTemplateElement.idl
@@ -29,6 +29,6 @@
*/
interface HTMLTemplateElement : HTMLElement {
- [JSCustom, V8CacheAttributeForGC] readonly attribute DocumentFragment content;
+ [V8CacheAttributeForGC] readonly attribute DocumentFragment content;
};
« no previous file with comments | « html/HTMLTableSectionElement.idl ('k') | html/HTMLVideoElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698