| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index 773aa3898c2cbca9f7ddb0b7eaa0b5b105958b17..ffa784179c1dade8db8c07c66ea9af99db63b390 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -42,6 +42,7 @@
|
|
|
| namespace blink {
|
|
|
| +class CallbackFunctionTest;
|
| class CanvasRenderingContext;
|
| class ClientRect;
|
| class ClientRectList;
|
| @@ -287,6 +288,7 @@ public:
|
| DictionaryTest* dictionaryTest() const;
|
| UnionTypesTest* unionTypesTest() const;
|
| OriginTrialsTest* originTrialsTest() const;
|
| + CallbackFunctionTest* callbackFunctionTest() const;
|
|
|
| Vector<String> getReferencedFilePaths() const;
|
|
|
|
|