Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / scripts / generate_protocol_externs.py
index 02dec7b..acc451b 100755 (executable)
@@ -92,6 +92,8 @@ def generate_protocol_externs(output_path, input_path):
 
     output_file.write(
 """
+var InspectorBackend = {}
+
 var Protocol = {};
 /** @typedef {string}*/
 Protocol.Error;