| Index: third_party/WebKit/Source/devtools/scripts/compile_frontend.py
|
| diff --git a/third_party/WebKit/Source/devtools/scripts/compile_frontend.py b/third_party/WebKit/Source/devtools/scripts/compile_frontend.py
|
| index da2b7aad971cca924f379f90557019c1faa6a7e6..ee4f21aa6ce37f60a5b085f1694c248db45acfd4 100755
|
| --- a/third_party/WebKit/Source/devtools/scripts/compile_frontend.py
|
| +++ b/third_party/WebKit/Source/devtools/scripts/compile_frontend.py
|
| @@ -118,6 +118,7 @@ application_descriptors = [
|
| skipped_namespaces = {
|
| 'Console', # Closure uses Console as a namespace item so we cannot override it right now.
|
| 'Gonzales', # third party module defined in front_end/externs.js
|
| + 'Acorn', # third party module defined in front_end/externs.js
|
| 'Terminal', # third party module defined in front_end/externs.js
|
| }
|
|
|
|
|