Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / common / Throttler.js
index 398e03f..302d3f6 100644 (file)
@@ -21,6 +21,12 @@ WebInspector.Throttler.prototype = {
         this._isRunningProcess = false;
         if (this._process)
             this._innerSchedule(false);
+        this._processCompletedForTests();
+    },
+
+    _processCompletedForTests: function()
+    {
+        // For sniffing in tests.
     },
 
     _onTimeout: function()