| Index: third_party/WebKit/Source/core/dom/Document.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.idl b/third_party/WebKit/Source/core/dom/Document.idl
|
| index 826a96d7844f94c13164150258b5b8de1973783e..87ca6f523697c6bd62dd6df408b993282f17695d 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Document.idl
|
| @@ -69,7 +69,7 @@ interface Document : Node {
|
| [NewObject, RaisesException, MeasureAs=DocumentCreateAttribute] Attr createAttribute(DOMString localName);
|
| [NewObject, RaisesException, MeasureAs=DocumentCreateAttributeNS] Attr createAttributeNS(DOMString? namespaceURI, DOMString qualifiedName);
|
|
|
| - [NewObject, RaisesException, CallWith=ExecutionContext] Event createEvent(DOMString eventType);
|
| + [NewObject, RaisesException, CallWith=ScriptState] Event createEvent(DOMString eventType);
|
|
|
| [NewObject] Range createRange();
|
|
|
|
|