| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 5cd995aaed0c35ee4750a7ad06b141d877446c11..8be5d730fcc5ae0bf7b44ab02648188455febe6f 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -82,6 +82,7 @@ public:
|
| PassRefPtrWillBeRawPtr<GCObservation> observeGC(ScriptValue);
|
|
|
| bool isPreloaded(const String& url);
|
| + bool isPreloadedBy(const String& url, Document*);
|
| bool isLoadingFromMemoryCache(const String& url);
|
|
|
| void crash();
|
|
|