Index: third_party/WebKit/Source/core/inspector/InspectorPageAgent.h |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h |
index dff748278b08b37c62286d618c2aef53397f47ce..7d805bfe00f798b68a37c3d96af09b51adc015bd 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h |
@@ -87,9 +87,8 @@ public: |
static HeapVector<Member<Document>> importsForFrame(LocalFrame*); |
static bool cachedResourceContent(Resource*, String* result, bool* base64Encoded); |
- static bool sharedBufferContent(PassRefPtr<SharedBuffer>, const String& mimeType, const String& textEncodingName, String* result, bool* base64Encoded); |
+ static bool sharedBufferContent(PassRefPtr<const SharedBuffer>, const String& mimeType, const String& textEncodingName, String* result, bool* base64Encoded); |
- static PassRefPtr<SharedBuffer> resourceData(LocalFrame*, const KURL&, String* textEncodingName); |
static Resource* cachedResource(LocalFrame*, const KURL&); |
static String resourceTypeJson(ResourceType); |
static ResourceType cachedResourceType(const Resource&); |