Index: extensions/common/api/runtime.json |
diff --git a/extensions/common/api/runtime.json b/extensions/common/api/runtime.json |
index d4a4e5980caf3b1d614e24f683de7e6d10751ebd..7b10b7abd2398bfb91286d88c6bd92a596b8e5c5 100644 |
--- a/extensions/common/api/runtime.json |
+++ b/extensions/common/api/runtime.json |
@@ -9,6 +9,7 @@ |
{ |
"namespace": "runtime", |
"description": "Use the <code>chrome.runtime</code> API to retrieve the background page, return details about the manifest, and listen for and respond to events in the app or extension lifecycle. You can also use this API to convert the relative path of URLs to fully-qualified URLs.", |
+ "compiler_options": {"use_movable_types": true}, |
"types": [ |
{ |
"id": "Port", |