| Index: Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
|
| index 972b442c6b09c8885bfcd7e04e594d42dced9be5..58566cc82720a5b424c811461657e8ec8f40bc57 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -158,6 +158,7 @@ extern const char BeginFrame[];
|
| namespace InstrumentationEventArguments {
|
| extern const char LayerId[];
|
| extern const char PageId[];
|
| +extern const char NodeId[];
|
| };
|
|
|
| namespace InspectorInstrumentation {
|
|
|