| Index: compiler/java/com/google/dart/compiler/DelegatingCompilerConfiguration.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/DelegatingCompilerConfiguration.java (revision 9979)
|
| +++ compiler/java/com/google/dart/compiler/DelegatingCompilerConfiguration.java (working copy)
|
| @@ -82,4 +82,9 @@
|
| public ErrorFormat printErrorFormat() {
|
| return delegate.printErrorFormat();
|
| }
|
| +
|
| + @Override
|
| + public SystemLibraryManager getSystemLibraryManager() {
|
| + return delegate.getSystemLibraryManager();
|
| + }
|
| }
|
|
|