X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fcss%2FRGBColor.idl;h=93614f2e4e038eaa02887a9b1f9ae0bdf64d9830;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=81ae393315e5fbeec42915af551a4994600ac6b2;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/css/RGBColor.idl b/src/third_party/WebKit/Source/core/css/RGBColor.idl index 81ae393..93614f2 100644 --- a/src/third_party/WebKit/Source/core/css/RGBColor.idl +++ b/src/third_party/WebKit/Source/core/css/RGBColor.idl @@ -20,7 +20,8 @@ [ NotScriptWrappable, - WillBeGarbageCollected + WillBeGarbageCollected, + RuntimeEnabled=CSSValue, ] interface RGBColor { readonly attribute CSSPrimitiveValue red; readonly attribute CSSPrimitiveValue green;