| Index: Source/devtools/front_end/network/RequestTimingView.js
|
| diff --git a/Source/devtools/front_end/network/RequestTimingView.js b/Source/devtools/front_end/network/RequestTimingView.js
|
| index 12769d95f5244673e0fc7d4a23aaacfaa8c0bc00..4ecb501d8698088f3d930af0c544c1e0a44e5a76 100644
|
| --- a/Source/devtools/front_end/network/RequestTimingView.js
|
| +++ b/Source/devtools/front_end/network/RequestTimingView.js
|
| @@ -89,7 +89,7 @@ WebInspector.RequestTimingView.prototype = {
|
| */
|
| WebInspector.RequestTimingView.createTimingTable = function(request)
|
| {
|
| - var tableElement = document.createElementWithClass("table", "network-timing-table");
|
| + var tableElement = createElementWithClass("table", "network-timing-table");
|
| tableElement.createChild("colgroup").createChild("col", "labels");
|
|
|
| /**
|
|
|