| Index: third_party/WebKit/Source/platform/inspector_protocol/lib/Object_h.template
|
| diff --git a/third_party/WebKit/Source/platform/inspector_protocol/lib/Object_h.template b/third_party/WebKit/Source/platform/inspector_protocol/lib/Object_h.template
|
| index 611b79462bb5ba7912e91bc46bcfa5afaa0df970..4ccd88bdab0a73fc6ab5bd59f3761881d3766b40 100644
|
| --- a/third_party/WebKit/Source/platform/inspector_protocol/lib/Object_h.template
|
| +++ b/third_party/WebKit/Source/platform/inspector_protocol/lib/Object_h.template
|
| @@ -13,7 +13,7 @@
|
| namespace {{namespace}} {
|
| {% endfor %}
|
|
|
| -class {{config.class_export.macro}} Object {
|
| +class {{config.lib.export_macro}} Object {
|
| public:
|
| static std::unique_ptr<Object> parse(protocol::Value*, ErrorSupport*);
|
| ~Object();
|
|
|