| Index: Source/core/page/DOMWindow.idl
|
| diff --git a/Source/core/page/DOMWindow.idl b/Source/core/page/DOMWindow.idl
|
| index 8af422d7e9fb1eac83c2287405ef529634d95f23..d888bf5adeb2048d28ab3d401f8234c3a8ef4927 100644
|
| --- a/Source/core/page/DOMWindow.idl
|
| +++ b/Source/core/page/DOMWindow.idl
|
| @@ -184,7 +184,7 @@
|
| [RaisesException] DOMString atob([TreatNullAs=NullString,Default=Undefined] optional DOMString string);
|
| [RaisesException] DOMString btoa([TreatNullAs=NullString,Default=Undefined] optional DOMString string);
|
|
|
| - [Replaceable,Conditional=CSS3_CONDITIONAL_RULES] attribute DOMWindowCSS CSS;
|
| + [Replaceable] attribute DOMWindowCSS CSS;
|
|
|
| // Events
|
| attribute EventListener onabort;
|
|
|