Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / CSSStyleDeclaration.idl
index 1e7803a..bf6d0c4 100644 (file)
@@ -41,6 +41,6 @@
     // Deprecated as of 2003: http://lists.w3.org/Archives/Public/www-style/2003Oct/0347.html
     // FIXME: This should be DeprecateAs=, but currently too many LayoutTests use
     // this function and would need CONSOLE: message rebaselines!
-    [MeasureAs=CSSStyleDeclarationGetPropertyCSSValue] CSSValue           getPropertyCSSValue([Default=Undefined] optional DOMString propertyName);
+    [RuntimeEnabled=CSSValue, MeasureAs=CSSStyleDeclarationGetPropertyCSSValue] CSSValue           getPropertyCSSValue([Default=Undefined] optional DOMString propertyName);
 };