| Index: third_party/WebKit/Source/core/fetch/Resource.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/Resource.cpp b/third_party/WebKit/Source/core/fetch/Resource.cpp
|
| index 91175f1b88a4f02ed950e3580d0a8d5bad26be3c..1144fedb62bf0098aa016cfea4fc77d272cfed67 100644
|
| --- a/third_party/WebKit/Source/core/fetch/Resource.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/Resource.cpp
|
| @@ -31,7 +31,6 @@
|
| #include "core/fetch/ResourceClientOrObserverWalker.h"
|
| #include "core/fetch/ResourceFetcher.h"
|
| #include "core/fetch/ResourceLoader.h"
|
| -#include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/inspector/InstanceCounters.h"
|
| #include "platform/Logging.h"
|
| #include "platform/SharedBuffer.h"
|
| @@ -47,6 +46,7 @@
|
| #include "wtf/StdLibExtras.h"
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/CString.h"
|
| +#include "wtf/text/StringBuilder.h"
|
| #include <algorithm>
|
|
|
| namespace blink {
|
| @@ -327,7 +327,6 @@ Resource::~Resource()
|
|
|
| void Resource::willDestroyResource()
|
| {
|
| - InspectorInstrumentation::willDestroyResource(this);
|
| willDestroyResourceInternal();
|
| }
|
|
|
|
|