| Index: Source/core/dom/Document.idl
|
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
|
| index 1c7de6e8ed9d6d66a9c07603025f28f635fba2b0..755781bb8bce1f88cdeb0abbec2320f542bc924e 100644
|
| --- a/Source/core/dom/Document.idl
|
| +++ b/Source/core/dom/Document.idl
|
| @@ -118,6 +118,8 @@ typedef (CanvasRenderingContext2D or WebGLRenderingContext) RenderingContext;
|
| readonly attribute HTMLHeadElement head;
|
| readonly attribute HTMLCollection images;
|
| readonly attribute HTMLCollection applets;
|
| + readonly attribute HTMLCollection embeds;
|
| + [ImplementedAs=embeds] readonly attribute HTMLCollection plugins;
|
| readonly attribute HTMLCollection links;
|
| readonly attribute HTMLCollection forms;
|
| readonly attribute HTMLCollection scripts;
|
|
|