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

Unified Diff: Source/core/html/HTMLDivElement.idl

Issue 23797002: Hack to add accessors for WebIDL attributes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 | « Source/core/dom/NodeList.idl ('k') | Source/core/html/HTMLElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLDivElement.idl
diff --git a/Source/core/html/HTMLDivElement.idl b/Source/core/html/HTMLDivElement.idl
index b2eeb3d165b01611164af3dbe6c35b1167dc7cd4..90e300e3379a7890d6e63b52e0a2ab0b4bd515cc 100644
--- a/Source/core/html/HTMLDivElement.idl
+++ b/Source/core/html/HTMLDivElement.idl
@@ -19,6 +19,9 @@
[
] interface HTMLDivElement : HTMLElement {
+ //attribute DOMString testAttrOnHTMLDivElement;
+ //[ExposeV8GetterAndSetter] attribute DOMString testAttrOnHTMLDivElementWithGetterAndSetter;
+
[Reflect, TreatNullAs=NullString] attribute DOMString align;
};
« no previous file with comments | « Source/core/dom/NodeList.idl ('k') | Source/core/html/HTMLElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698