| Index: tracing/tracing/ui/extras/chrome/cc/display_item_debugger.html
|
| diff --git a/tracing/tracing/ui/extras/chrome/cc/display_item_debugger.html b/tracing/tracing/ui/extras/chrome/cc/display_item_debugger.html
|
| index 51bd601907a966ca75670833f43316a1b2d652fc..a615f77d35d79b8638a24ec8e230422716c017d2 100644
|
| --- a/tracing/tracing/ui/extras/chrome/cc/display_item_debugger.html
|
| +++ b/tracing/tracing/ui/extras/chrome/cc/display_item_debugger.html
|
| @@ -134,7 +134,7 @@ tr.exportTo('tr.ui.e.chrome.cc', function() {
|
| 'tr-ui-e-chrome-cc-display-item-debugger');
|
|
|
| DisplayItemDebugger.prototype = {
|
| - __proto__: HTMLUnknownElement.prototype,
|
| + __proto__: HTMLDivElement.prototype,
|
|
|
| decorate: function() {
|
| var node = tr.ui.b.instantiateTemplate(
|
|
|