| Index: third_party/WebKit/Source/core/css/CSS.idl
|
| diff --git a/third_party/WebKit/Source/core/css/CSS.idl b/third_party/WebKit/Source/core/css/CSS.idl
|
| index 9ea911af8dcc364726c9a00a649f8e5951c892e5..185541c486db3fa91c586d5f0d141ab98c579d86 100644
|
| --- a/third_party/WebKit/Source/core/css/CSS.idl
|
| +++ b/third_party/WebKit/Source/core/css/CSS.idl
|
| @@ -35,5 +35,5 @@
|
| ] interface CSS {
|
| static boolean supports(DOMString property, DOMString value);
|
| static boolean supports(DOMString conditionText);
|
| - [RaisesException] static DOMString escape(DOMString ident);
|
| + static DOMString escape(DOMString ident);
|
| };
|
|
|