Chromium Code Reviews

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

Issue 12251015: Merge 141034 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/WebCore/html/HTMLDialogElement.idl ('k') | Source/WebCore/html/HTMLDocument.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/HTMLDivElement.idl
===================================================================
--- Source/WebCore/html/HTMLDivElement.idl (revision 142703)
+++ Source/WebCore/html/HTMLDivElement.idl (working copy)
@@ -17,7 +17,9 @@
* Boston, MA 02110-1301, USA.
*/
-interface HTMLDivElement : HTMLElement {
+[
+ V8SkipVTableValidation
+] interface HTMLDivElement : HTMLElement {
[Reflect] attribute DOMString align;
};
« no previous file with comments | « Source/WebCore/html/HTMLDialogElement.idl ('k') | Source/WebCore/html/HTMLDocument.idl » ('j') | no next file with comments »

Powered by Google App Engine