From 163249993ecd3f6cae555c51e94e771635015d8a Mon Sep 17 00:00:00 2001 From: TSJS team Date: Wed, 20 Nov 2019 16:24:12 -0800 Subject: [PATCH] Prevent clutz from generating globalThis definition PiperOrigin-RevId: 281629422 --- src/main/java/com/google/javascript/clutz/PlatformSymbols.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/google/javascript/clutz/PlatformSymbols.java b/src/main/java/com/google/javascript/clutz/PlatformSymbols.java index 08fa433c..882bf830 100644 --- a/src/main/java/com/google/javascript/clutz/PlatformSymbols.java +++ b/src/main/java/com/google/javascript/clutz/PlatformSymbols.java @@ -1627,6 +1627,7 @@ public class PlatformSymbols { "getComputedStyle", "getMatchedCSSRules", "getSelection", + "globalThis", "history", "importScripts", "indexedDB",