| Index: Source/bindings/tests/idls/core/TestInterface.idl | 
| diff --git a/Source/bindings/tests/idls/core/TestInterface.idl b/Source/bindings/tests/idls/core/TestInterface.idl | 
| index 19af0d4e7f721e4bf8a2f25fe7dcec0fea2f0e71..306a709b126bee39a9ec51e4441a29f979cbe93c 100644 | 
| --- a/Source/bindings/tests/idls/core/TestInterface.idl | 
| +++ b/Source/bindings/tests/idls/core/TestInterface.idl | 
| @@ -92,6 +92,8 @@ | 
| [Exposed=Window, RuntimeEnabled=FeatureName] void overloadMethodWithExposedAndRuntimeEnabledFlag(DOMString string); | 
| [Exposed=Window, RuntimeEnabled=FeatureName2] void overloadMethodWithExposedAndRuntimeEnabledFlag(Window window); | 
|  | 
| +    [Exposed(Window FeatureName, Worker FeatureName2)] void methodWithExposedHavingRuntimeEnabldFlag(); | 
| + | 
| [Exposed=(Window,ServiceWorker)] void windowAndServiceWorkerExposedMethod(); | 
|  | 
| void voidMethodPartialOverload(); | 
|  |