| Index: Source/core/dom/Element.idl
|
| diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
|
| index 6f405f3e420c93922c8dc46fab32ded74b769d9f..0d483b834a78334bb7420c9f3f6f8671b92dbd57 100644
|
| --- a/Source/core/dom/Element.idl
|
| +++ b/Source/core/dom/Element.idl
|
| @@ -114,6 +114,9 @@ interface Element : Node {
|
|
|
| [MeasureAs=ElementRequestPointerLock] void requestPointerLock();
|
|
|
| + [RaisesException] DOMString bindAnimatedProperty(DOMString propertyName);
|
| + [RaisesException] void unbindAnimatedProperty(DOMString propertyName);
|
| +
|
| // Event handler attributes
|
| attribute EventHandler onbeforecopy;
|
| attribute EventHandler onbeforecut;
|
|
|