| Index: compiler/java/com/google/dart/compiler/resolver/Elements.java
|
| diff --git a/compiler/java/com/google/dart/compiler/resolver/Elements.java b/compiler/java/com/google/dart/compiler/resolver/Elements.java
|
| index d4d3c9a75e8506d48da1981acf2eb9daf32cade3..13ecfe35328da40ff7291060d8eb1af484fedb10 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/Elements.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/Elements.java
|
| @@ -682,7 +682,7 @@ static FieldElementImplementation fieldFromNode(DartField node,
|
| /**
|
| * @return <code>true</code> if given {@link Source} represents library with given name.
|
| */
|
| - private static boolean isLibrarySource(Source source, String name) {
|
| + public static boolean isLibrarySource(Source source, String name) {
|
| if (source instanceof DartSource) {
|
| DartSource dartSource = (DartSource) source;
|
| LibrarySource library = dartSource.getLibrary();
|
|
|