Chromium Code Reviews| Index: Source/core/page/History.idl |
| diff --git a/Source/core/page/History.idl b/Source/core/page/History.idl |
| index 40e6648da9be29fad1922e94f67a8e2f7feeb6a2..6fee491f55bf759ab1d228793f0772ef0c2577fc 100644 |
| --- a/Source/core/page/History.idl |
| +++ b/Source/core/page/History.idl |
| @@ -23,7 +23,9 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| -interface History { |
| +[ |
| + NoInterfaceObject, |
| +] interface History { |
| readonly attribute unsigned long length; |
| [CachedAttribute, Custom] readonly attribute SerializedScriptValue state; |