diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-24 08:06:05 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-24 08:10:23 +0000 |
commit | 4a42352e6418b69e600422fc516ad1e74c708fa9 (patch) | |
tree | 579cf7c1c38df6a6a7fde0ade0e2ffc46b641423 /dom/heapsnapshot | |
parent | 0c3bd2b10aa0e56ce5d950d90a1fe6ca11a0639a (diff) | |
download | UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.gz UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.lz UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.xz UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.zip |
Issue #1656 - Part 8: Devtools and misc.
Diffstat (limited to 'dom/heapsnapshot')
-rw-r--r-- | dom/heapsnapshot/CoreDump.proto | 1 | ||||
-rw-r--r-- | dom/heapsnapshot/PHeapSnapshotTempFileHelper.ipdl | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dom/heapsnapshot/CoreDump.proto b/dom/heapsnapshot/CoreDump.proto index 24a223e11..9280a00a2 100644 --- a/dom/heapsnapshot/CoreDump.proto +++ b/dom/heapsnapshot/CoreDump.proto @@ -1,5 +1,4 @@ /* -*- Mode: protobuf; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=8 sts=4 et sw=4 tw=99: * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ diff --git a/dom/heapsnapshot/PHeapSnapshotTempFileHelper.ipdl b/dom/heapsnapshot/PHeapSnapshotTempFileHelper.ipdl index 2576470e2..0029f627a 100644 --- a/dom/heapsnapshot/PHeapSnapshotTempFileHelper.ipdl +++ b/dom/heapsnapshot/PHeapSnapshotTempFileHelper.ipdl @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=8 sts=4 et sw=4 tw=99: * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |