Chromium Code Reviews| Index: Source/core/html/FormData.idl |
| diff --git a/Source/core/html/FormData.idl b/Source/core/html/FormData.idl |
| index 49914a7b35cb127cef7ab8a0c048075ec39616ce..c4b1c21a830fc9368675191e9ff4a9584887b4eb 100644 |
| --- a/Source/core/html/FormData.idl |
| +++ b/Source/core/html/FormData.idl |
| @@ -32,7 +32,7 @@ |
| [ |
| Constructor(optional HTMLFormElement form), |
| - Exposed=Window&Worker, |
| + Exposed=(Window,Worker), |
| ImplementedAs=DOMFormData, |
| WillBeGarbageCollected, |
| ] interface FormData { |