Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/templates/dictionary_impl.h |
| diff --git a/third_party/WebKit/Source/bindings/templates/dictionary_impl.h b/third_party/WebKit/Source/bindings/templates/dictionary_impl.h |
| index daabee391acbf9d15b9c87ab086b763eb9b7651f..78f54dc94bef2cd8fa5f9c4153a1fa367168573f 100644 |
| --- a/third_party/WebKit/Source/bindings/templates/dictionary_impl.h |
| +++ b/third_party/WebKit/Source/bindings/templates/dictionary_impl.h |
| @@ -24,6 +24,7 @@ public: |
| {% endif %} |
| {% endfor %} |
| + v8::Local<v8::Value> toV8Impl(v8::Local<v8::Object>, v8::Isolate*) const override; |
|
Yuki
2016/07/26 10:59:55
nit: Let's explicitly say |creationContext| becaus
bashi
2016/07/27 02:36:33
Done.
|
| DECLARE_VIRTUAL_TRACE(); |
| private: |