| Index: Source/core/page/PerformanceNavigation.idl
|
| diff --git a/Source/core/page/PerformanceNavigation.idl b/Source/core/page/PerformanceNavigation.idl
|
| index d136ae9412a95653dfb48a012f7f63b3e710bace..cde7a72d4e3ba88d555ab9b31ff42e3c4f2f6d6a 100644
|
| --- a/Source/core/page/PerformanceNavigation.idl
|
| +++ b/Source/core/page/PerformanceNavigation.idl
|
| @@ -29,9 +29,7 @@
|
| */
|
|
|
| // See: http://www.w3.org/TR/navigation-timing/
|
| -[
|
| - NoInterfaceObject,
|
| -] interface PerformanceNavigation {
|
| +interface PerformanceNavigation {
|
| const unsigned short TYPE_NAVIGATE = 0;
|
| const unsigned short TYPE_RELOAD = 1;
|
| const unsigned short TYPE_BACK_FORWARD = 2;
|
|
|