Index: Source/core/html/FormData.idl |
diff --git a/Source/core/html/FormData.idl b/Source/core/html/FormData.idl |
index ddbd5138449eb5c8113c5db01761613cb18d5eb8..af47b46750cb30501cf367332193c2f36190fe6c 100644 |
--- a/Source/core/html/FormData.idl |
+++ b/Source/core/html/FormData.idl |
@@ -30,7 +30,7 @@ |
[ |
Constructor(optional HTMLFormElement form), |
- GlobalContext=Window&WorkerGlobalScope, |
+ Exposed=Window&Worker, |
ImplementedAs=DOMFormData, |
WillBeGarbageCollected, |
] interface FormData { |