| Index: third_party/WebKit/Source/core/inspector/CodeGeneratorInspector.py
|
| diff --git a/third_party/WebKit/Source/core/inspector/CodeGeneratorInspector.py b/third_party/WebKit/Source/core/inspector/CodeGeneratorInspector.py
|
| index 8a707bccc294323f86158885139f3c0cf9a4c152..43091f30c15017d076d65ee25e6071ee2fe49c9f 100755
|
| --- a/third_party/WebKit/Source/core/inspector/CodeGeneratorInspector.py
|
| +++ b/third_party/WebKit/Source/core/inspector/CodeGeneratorInspector.py
|
| @@ -1145,7 +1145,7 @@ class TypeBindings:
|
|
|
| @staticmethod
|
| def get_setter_value_expression_pattern():
|
| - return None
|
| + return "static_pointer_cast<JSONValue>(%s)"
|
|
|
| @staticmethod
|
| def reduce_to_raw_type():
|
|
|