| Index: tracing/tracing/ui/extras/chrome/cc/picture_debugger.html
|
| diff --git a/tracing/tracing/ui/extras/chrome/cc/picture_debugger.html b/tracing/tracing/ui/extras/chrome/cc/picture_debugger.html
|
| index 334b7fdc0cbbfd4c51bd7126890f2cc02c788861..176ddf320cad9e5cb06126d8b92f38cb7cfc1719 100644
|
| --- a/tracing/tracing/ui/extras/chrome/cc/picture_debugger.html
|
| +++ b/tracing/tracing/ui/extras/chrome/cc/picture_debugger.html
|
| @@ -120,7 +120,7 @@ tr.exportTo('tr.ui.e.chrome.cc', function() {
|
| var PictureDebugger = tr.ui.b.define('tr-ui-e-chrome-cc-picture-debugger');
|
|
|
| PictureDebugger.prototype = {
|
| - __proto__: HTMLUnknownElement.prototype,
|
| + __proto__: HTMLDivElement.prototype,
|
|
|
| decorate: function() {
|
| var node = tr.ui.b.instantiateTemplate(
|
|
|