Index: Source/core/xml/XMLHttpRequest.idl |
diff --git a/Source/core/xml/XMLHttpRequest.idl b/Source/core/xml/XMLHttpRequest.idl |
index 573961fe075af43246141d48e218e3d292eef93c..18d248f2ca34c7a199444c968595319b9c9dbe59 100644 |
--- a/Source/core/xml/XMLHttpRequest.idl |
+++ b/Source/core/xml/XMLHttpRequest.idl |
@@ -40,7 +40,7 @@ enum XMLHttpRequestResponseType { |
WillBeGarbageCollected, |
ActiveDOMObject, |
CustomConstructor(optional XMLHttpRequestOptions options), |
- Exposed=Window&DedicatedWorker&SharedWorker |
+ Exposed=(Window,DedicatedWorker,SharedWorker) |
] interface XMLHttpRequest : XMLHttpRequestEventTarget { |
// event handler attributes |
attribute EventHandler onreadystatechange; |