Index: core/dom/Element.idl |
=================================================================== |
--- core/dom/Element.idl (revision 22811) |
+++ core/dom/Element.idl (working copy) |
@@ -19,7 +19,7 @@ |
*/ |
[ |
- CustomToJSObject, |
+ CustomToV8, |
SkipVTableValidation |
] interface Element : Node { |
@@ -131,8 +131,8 @@ |
void webkitRequestPointerLock(); |
// CSS Regions API |
- [Conditional=CSS_REGIONS, EnabledAtRuntime=cssRegions, PerWorldBindings] readonly attribute DOMString webkitRegionOverset; |
- [Conditional=CSS_REGIONS, EnabledAtRuntime=cssRegions] sequence<Range> webkitGetRegionFlowRanges(); |
+ [EnabledAtRuntime=cssRegions, PerWorldBindings] readonly attribute DOMString webkitRegionOverset; |
+ [EnabledAtRuntime=cssRegions] sequence<Range> webkitGetRegionFlowRanges(); |
// Event handler DOM attributes |
[NotEnumerable, PerWorldBindings] attribute EventListener onabort; |