| Index: third_party/WebKit/LayoutTests/webexposed/global-interface-listing.html
|
| diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing.html b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing.html
|
| index eb3f372d32cfa927fc023d9f271a77919bcb81aa..ec67dfc77b24906a4dd0434ee4f9e15243cf327c 100644
|
| --- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing.html
|
| +++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing.html
|
| @@ -4,7 +4,8 @@
|
| var propertyNamesInGlobal = Object.getOwnPropertyNames(this);
|
| </script>
|
| <script src="../resources/js-test.js"></script>
|
| -<script src="resources/global-interface-listing.js"></script>
|
| +<script src="../resources/global-interface-listing.js"></script>
|
| <script>
|
| description("This test documents all interface attributes and methods on the global window object and element instances.");
|
| +globalInterfaceListing(this, propertyNamesInGlobal, debug);
|
| </script>
|
|
|