Index: third_party/WebKit/Source/platform/inspector_protocol/Values.h |
diff --git a/third_party/WebKit/Source/platform/inspector_protocol/Values.h b/third_party/WebKit/Source/platform/inspector_protocol/Values.h |
index f1366626b93656100011c7b2edc5860ea3d54561..39c1ead0eb8cb36f020181e8bcf5a7a765ba0e11 100644 |
--- a/third_party/WebKit/Source/platform/inspector_protocol/Values.h |
+++ b/third_party/WebKit/Source/platform/inspector_protocol/Values.h |
@@ -168,6 +168,7 @@ public: |
Entry at(size_t index) const; |
bool booleanProperty(const String16& name, bool defaultValue) const; |
+ double numberProperty(const String16& name, double defaultValue) const; |
void remove(const String16& name); |
~DictionaryValue() override; |