| Index: Source/core/inspector/InspectorPageAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorPageAgent.cpp b/Source/core/inspector/InspectorPageAgent.cpp
|
| index cfb69bae7b83f4da3bf378008860a66e73bbd2c1..04628f9897e9bb371d87a2dae3a4772ce906d7cb 100644
|
| --- a/Source/core/inspector/InspectorPageAgent.cpp
|
| +++ b/Source/core/inspector/InspectorPageAgent.cpp
|
| @@ -1301,5 +1301,10 @@ void InspectorPageAgent::setShowViewportSizeOnResize(ErrorString*, bool show, co
|
| m_state->setBoolean(PageAgentState::showGridOnResize, showGrid && *showGrid);
|
| }
|
|
|
| +void InspectorPageAgent::queryUsageAndQuota(ErrorString*, const String&, RefPtr<TypeBuilder::Page::Quota>&, RefPtr<TypeBuilder::Page::Usage>&)
|
| +{
|
| + // Handled on the browser level.
|
| +}
|
| +
|
| } // namespace WebCore
|
|
|
|
|