Chromium Code Reviews| Index: Source/bindings/v8/V8StringResource.h |
| diff --git a/Source/bindings/v8/V8StringResource.h b/Source/bindings/v8/V8StringResource.h |
| index 7aa42e0b6241d5d9ea3360a4bf507595481eb053..de1c6b238f56940bcf9ed82434e7c885f8f16edd 100644 |
| --- a/Source/bindings/v8/V8StringResource.h |
| +++ b/Source/bindings/v8/V8StringResource.h |
| @@ -185,6 +185,11 @@ public: |
| m_v8Object = object; |
| } |
| + void operator=(String string) |
|
Nils Barth (inactive)
2014/06/04 05:22:25
...and this also in followup?
|
| + { |
| + setString(string); |
| + } |
| + |
| bool prepare() |
| { |
| if (m_v8Object.IsEmpty()) |