| Index: Source/core/dom/Element.idl
|
| diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
|
| index 413725d79b68d901bde3438f25f03ed53a7be241..543a8a17f61daabc62c2db868b13fc2b9338242b 100644
|
| --- a/Source/core/dom/Element.idl
|
| +++ b/Source/core/dom/Element.idl
|
| @@ -194,3 +194,7 @@
|
| [NotEnumerable, PerWorldBindings] attribute EventListener onwebkitfullscreenchange;
|
| [NotEnumerable, PerWorldBindings] attribute EventListener onwebkitfullscreenerror;
|
| };
|
| +
|
| +Element implements ParentNode;
|
| +Element implements ChildNode;
|
| +
|
|
|