Index: tracing/tracing/base/unittest/interactive_test_runner.html |
diff --git a/tracing/tracing/base/unittest/interactive_test_runner.html b/tracing/tracing/base/unittest/interactive_test_runner.html |
index d56a045f69c8d8930866312d0ff7cf3eeda193f3..3ed27103a2ce615a94cbc11988d66233ea48a568 100644 |
--- a/tracing/tracing/base/unittest/interactive_test_runner.html |
+++ b/tracing/tracing/base/unittest/interactive_test_runner.html |
@@ -162,7 +162,7 @@ tr.exportTo('tr.b.unittest', function() { |
var InteractiveTestRunner = tr.ui.b.define('x-base-interactive-test-runner'); |
InteractiveTestRunner.prototype = { |
- __proto__: HTMLUnknownElement.prototype, |
+ __proto__: HTMLDivElement.prototype, |
decorate: function() { |
this.allTests_ = undefined; |