| Index: Source/WebCore/bindings/dart/DartApplicationLoader.h
|
| diff --git a/Source/WebCore/bindings/dart/DartApplicationLoader.h b/Source/WebCore/bindings/dart/DartApplicationLoader.h
|
| index d11a1ae199113aea7785b191d8448c455a3a1851..d47fcbdd54bdee011b195e9dfba757545ddc2871 100644
|
| --- a/Source/WebCore/bindings/dart/DartApplicationLoader.h
|
| +++ b/Source/WebCore/bindings/dart/DartApplicationLoader.h
|
| @@ -91,6 +91,7 @@ private:
|
| bool m_mainScriptHasBeenLoaded;
|
|
|
| friend class ScriptLoadCallback;
|
| + friend class Timeline;
|
| };
|
|
|
| // FIXME: consolidate when we have multiple isolates.
|
|
|