summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/inspector/InspectorValues.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/InspectorValues.h')
-rw-r--r--Source/WebCore/inspector/InspectorValues.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/inspector/InspectorValues.h b/Source/WebCore/inspector/InspectorValues.h
index 391372e..843f369 100644
--- a/Source/WebCore/inspector/InspectorValues.h
+++ b/Source/WebCore/inspector/InspectorValues.h
@@ -180,6 +180,7 @@ public:
const_iterator find(const String& name) const;
bool getBoolean(const String& name, bool* output) const;
+ bool getNumber(const String& name, long* output) const;
bool getNumber(const String& name, double* output) const;
bool getString(const String& name, String* output) const;
PassRefPtr<InspectorObject> getObject(const String& name) const;