| Index: third_party/WebKit/Source/bindings/core/v8/Dictionary.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/Dictionary.h b/third_party/WebKit/Source/bindings/core/v8/Dictionary.h
|
| index 5f082cac9d80ae4f6384cb9cda5bd85beb25c874..0f0ab1fb3211d2d570cea611b230251f4b240015 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/Dictionary.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/Dictionary.h
|
| @@ -128,6 +128,8 @@ struct DictionaryHelper {
|
| static bool get(const Dictionary&,
|
| const StringView& key,
|
| PointerType<T>& value);
|
| + template <typename T>
|
| + static bool get(const Dictionary&, const StringView& key, Nullable<T>& value);
|
| };
|
|
|
| } // namespace blink
|
|
|