Index: third_party/WebKit/Source/devtools/front_end/sdk/Resource.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/Resource.js b/third_party/WebKit/Source/devtools/front_end/sdk/Resource.js |
index bc515f9acd80c5856d3b3fb23f6466d2a27d66bd..ed28b893921a2e7553c49bc589916af11561db18 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sdk/Resource.js |
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/Resource.js |
@@ -60,7 +60,7 @@ WebInspector.Resource = function(target, request, url, documentURL, frameId, loa |
this._pendingContentCallbacks = []; |
if (this._request && !this._request.finished) |
this._request.addEventListener(WebInspector.NetworkRequest.Events.FinishedLoading, this._requestFinished, this); |
-} |
+}; |
WebInspector.Resource.prototype = { |
/** |
@@ -352,5 +352,5 @@ WebInspector.Resource.prototype = { |
}, |
__proto__: WebInspector.SDKObject.prototype |
-} |
+}; |