| Index: core/html/HTMLHtmlElement.idl
|
| diff --git a/core/html/HTMLHtmlElement.idl b/core/html/HTMLHtmlElement.idl
|
| index 430cdc6f805ef1d9fdf40b32c16717ea59ab404b..294ad795503c0c4bf6a99128387a4f474d9a2bfe 100644
|
| --- a/core/html/HTMLHtmlElement.idl
|
| +++ b/core/html/HTMLHtmlElement.idl
|
| @@ -18,7 +18,7 @@
|
| */
|
|
|
| interface HTMLHtmlElement : HTMLElement {
|
| - [Reflect] attribute DOMString version;
|
| - [Reflect, URL] attribute DOMString manifest;
|
| + [Reflect, TreatNullAs=NullString] attribute DOMString version;
|
| + [Reflect, TreatNullAs=NullString, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString manifest;
|
| };
|
|
|
|
|