| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index 06362a23616687ab1d5b98602e5d11c8631e4523..e5ba4d7a21473f36eca888acc78f5400c93e4628 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -316,6 +316,7 @@
|
| DictionaryTest dictionaryTest();
|
| UnionTypesTest unionTypesTest();
|
| CallbackFunctionTest callbackFunctionTest();
|
| + CacheAwareFontDisplayTest cacheAwareFontDisplayTest(DOMString fontUrl);
|
| [RaisesException] void setScrollChain(ScrollState scrollState, sequence<Element> elements);
|
| void forceBlinkGCWithoutV8GC();
|
|
|
|
|