Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / workers / WorkerLocation.idl
index 6db8c03..252f3a7 100644 (file)
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+// http://www.w3.org/TR/workers/#workerlocation
 [
-    GlobalContext=WorkerGlobalScope,
-    WillBeGarbageCollected
+    Exposed=Worker,
+    WillBeGarbageCollected,
 ] interface WorkerLocation {
 };
 
+// https://developer.mozilla.org/en-US/docs/Web/API/WorkerLocation
 WorkerLocation implements URLUtilsReadOnly;