| Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| index 1bafa9d9a9d8d522b2f5f6dfb7bf173dcff04413..f6b2497fc22b43543fe1b6e0601ae517e1f62079 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -327,7 +327,7 @@ interface InspectorInstrumentation {
|
| void didRunJavaScriptDialog(const InspectorInstrumentationCookie&, bool result);
|
|
|
| [Inline=Forward]
|
| - void willDestroyResource(Resource* cachedResource);
|
| + void removedResourceFromMemoryCache(Resource* cachedResource);
|
|
|
| [AsyncCallTracker, DOMDebugger]
|
| void didRequestAnimationFrame([Keep] ExecutionContext*, int callbackId);
|
|
|