Chromium Code Reviews| Index: Source/bindings/dart/DartApplicationLoader.h |
| diff --git a/Source/bindings/dart/DartApplicationLoader.h b/Source/bindings/dart/DartApplicationLoader.h |
| index 71c32e3c63fc0d698243468d23735f23ec2af344..c15e0823858f023cd3f1a7017d1098fd061840c4 100644 |
| --- a/Source/bindings/dart/DartApplicationLoader.h |
| +++ b/Source/bindings/dart/DartApplicationLoader.h |
| @@ -85,6 +85,8 @@ private: |
| bool m_domEnabled; |
| bool m_mainInvoked; |
| RefPtr<DartAsyncLoader> m_asyncLoader; |
| + |
| + friend class DartService; |
| }; |
| } |