| Index: third_party/closure_compiler/README.chromium
|
| diff --git a/third_party/closure_compiler/README.chromium b/third_party/closure_compiler/README.chromium
|
| index 6aef43d52fd818f5f1bfb14c8514338373478852..9bcf4e435566241f473279f7694179d5d912c6cd 100644
|
| --- a/third_party/closure_compiler/README.chromium
|
| +++ b/third_party/closure_compiler/README.chromium
|
| @@ -19,7 +19,7 @@ Local modifications:
|
| - Chrome-specific coding conventions to understand cr.addSingletonGetter().
|
| - third_party/closure_compiler/runner/src/com/google/javascript/jscomp/ChromePass.java
|
| Added pass to handle namespace definition with cr.define(), object chain
|
| - creation with cr.exportPath() and property definition with
|
| - {cr|Object}.defineProperty().
|
| + creation with cr.exportPath(), property definition with
|
| + {cr|Object}.defineProperty() and public API generation with cr.makePublic().
|
| See third_party/closure_compiler/runner/how_to_test_compiler_pass.md for
|
| testing instructions on this pass.
|
|
|