Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/tests/idls/core/TestInterface3.idl |
| diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface3.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface3.idl |
| index 401dbf1193befcafa73ade2230802fd5b2de4e3a..d36e16b81e323b2d88a18dcc4a418fc547316a76 100644 |
| --- a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface3.idl |
| +++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface3.idl |
| @@ -34,7 +34,7 @@ |
| // The more *minor* extended attribute should be put in this file. |
| [ |
| - WebModuleAPI, |
| + WebAgentAPI, |
| ] interface TestInterface3 { |
| // iterable<V> needs a "length" property accompanying the indexed property |
| // getter below. |