Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1813)

Unified Diff: Source/devtools/front_end/heap_snapshot_worker/HeapSnapshotWorker.js

Issue 459833002: Revert of Revert of DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/heap_snapshot_worker/HeapSnapshotWorker.js
diff --git a/Source/devtools/front_end/heap_snapshot_worker/HeapSnapshotWorker.js b/Source/devtools/front_end/heap_snapshot_worker/HeapSnapshotWorker.js
index 9849399b44271db506fdcfb321fdb27c5329a996..61a166e462c0308620e2dfa57767ef8aba094c9e 100644
--- a/Source/devtools/front_end/heap_snapshot_worker/HeapSnapshotWorker.js
+++ b/Source/devtools/front_end/heap_snapshot_worker/HeapSnapshotWorker.js
@@ -28,18 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-WebInspector = {};
-
-importScripts("../common/UIString.js");
-importScripts("../common/utilities.js");
-importScripts("../common/TextUtils.js");
-importScripts("../profiler/HeapSnapshotCommon.js");
-importScripts("AllocationProfile.js");
-importScripts("HeapSnapshot.js");
-importScripts("HeapSnapshotLoader.js");
-importScripts("HeapSnapshotWorkerDispatcher.js");
-importScripts("JSHeapSnapshot.js");
-
function postMessageWrapper(message)
{
postMessage(message);
« no previous file with comments | « Source/devtools/front_end/extensions/module.json ('k') | Source/devtools/front_end/heap_snapshot_worker/_module.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698