summaryrefslogtreecommitdiffstats
path: root/js/public
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-09-24 07:23:04 +0000
committerMoonchild <moonchild@palemoon.org>2020-09-24 07:23:04 +0000
commit0c3bd2b10aa0e56ce5d950d90a1fe6ca11a0639a (patch)
tree5c190155a18b85d7610eb4ffa0562271cf32ead8 /js/public
parentd5a2c45aad51e3fcf5f48f8afe8609c1e8726a02 (diff)
downloadUXP-0c3bd2b10aa0e56ce5d950d90a1fe6ca11a0639a.tar
UXP-0c3bd2b10aa0e56ce5d950d90a1fe6ca11a0639a.tar.gz
UXP-0c3bd2b10aa0e56ce5d950d90a1fe6ca11a0639a.tar.lz
UXP-0c3bd2b10aa0e56ce5d950d90a1fe6ca11a0639a.tar.xz
UXP-0c3bd2b10aa0e56ce5d950d90a1fe6ca11a0639a.zip
Issue #1656 - Part 7: Nuke vim config lines in JS
Diffstat (limited to 'js/public')
-rw-r--r--js/public/CallArgs.h1
-rw-r--r--js/public/CallNonGenericMethod.h1
-rw-r--r--js/public/CharacterEncoding.h1
-rw-r--r--js/public/Class.h1
-rw-r--r--js/public/Conversions.h1
-rw-r--r--js/public/Debug.h1
-rw-r--r--js/public/GCAPI.h1
-rw-r--r--js/public/GCAnnotations.h1
-rw-r--r--js/public/GCHashTable.h1
-rw-r--r--js/public/GCPolicyAPI.h1
-rw-r--r--js/public/GCVariant.h1
-rw-r--r--js/public/GCVector.h1
-rw-r--r--js/public/HashTable.h1
-rw-r--r--js/public/HeapAPI.h1
-rw-r--r--js/public/Id.h1
-rw-r--r--js/public/LegacyIntTypes.h1
-rw-r--r--js/public/MemoryMetrics.h1
-rw-r--r--js/public/Principals.h1
-rw-r--r--js/public/ProfilingFrameIterator.h1
-rw-r--r--js/public/ProfilingStack.h1
-rw-r--r--js/public/Proxy.h1
-rw-r--r--js/public/Realm.h1
-rw-r--r--js/public/RequiredDefines.h1
-rw-r--r--js/public/RootingAPI.h1
-rw-r--r--js/public/SliceBudget.h1
-rw-r--r--js/public/StructuredClone.h1
-rw-r--r--js/public/SweepingAPI.h1
-rw-r--r--js/public/TraceKind.h1
-rw-r--r--js/public/TracingAPI.h1
-rw-r--r--js/public/TrackedOptimizationInfo.h1
-rw-r--r--js/public/TypeDecls.h1
-rw-r--r--js/public/UbiNode.h1
-rw-r--r--js/public/UbiNodeBreadthFirst.h1
-rw-r--r--js/public/UbiNodeCensus.h1
-rw-r--r--js/public/UbiNodeDominatorTree.h1
-rw-r--r--js/public/UbiNodePostOrder.h1
-rw-r--r--js/public/UbiNodeShortestPaths.h1
-rw-r--r--js/public/UniquePtr.h1
-rw-r--r--js/public/Utility.h1
-rw-r--r--js/public/Value.h1
-rw-r--r--js/public/Vector.h1
-rw-r--r--js/public/WeakMapPtr.h1
42 files changed, 0 insertions, 42 deletions
diff --git a/js/public/CallArgs.h b/js/public/CallArgs.h
index aae7121ad..342ff6317 100644
--- a/js/public/CallArgs.h
+++ b/js/public/CallArgs.h
@@ -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/. */
diff --git a/js/public/CallNonGenericMethod.h b/js/public/CallNonGenericMethod.h
index 9a1cf0102..57e7851ae 100644
--- a/js/public/CallNonGenericMethod.h
+++ b/js/public/CallNonGenericMethod.h
@@ -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/. */
diff --git a/js/public/CharacterEncoding.h b/js/public/CharacterEncoding.h
index 90a31d188..b0b3e0826 100644
--- a/js/public/CharacterEncoding.h
+++ b/js/public/CharacterEncoding.h
@@ -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/. */
diff --git a/js/public/Class.h b/js/public/Class.h
index f4fa9ccaf..9cb377892 100644
--- a/js/public/Class.h
+++ b/js/public/Class.h
@@ -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/. */
diff --git a/js/public/Conversions.h b/js/public/Conversions.h
index 1cee31c56..4978583ec 100644
--- a/js/public/Conversions.h
+++ b/js/public/Conversions.h
@@ -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/. */
diff --git a/js/public/Debug.h b/js/public/Debug.h
index 9ebc38d4a..35fbda7e5 100644
--- a/js/public/Debug.h
+++ b/js/public/Debug.h
@@ -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/. */
diff --git a/js/public/GCAPI.h b/js/public/GCAPI.h
index 4ef2a8370..26574c173 100644
--- a/js/public/GCAPI.h
+++ b/js/public/GCAPI.h
@@ -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/. */
diff --git a/js/public/GCAnnotations.h b/js/public/GCAnnotations.h
index 366d787bf..010312a37 100644
--- a/js/public/GCAnnotations.h
+++ b/js/public/GCAnnotations.h
@@ -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/. */
diff --git a/js/public/GCHashTable.h b/js/public/GCHashTable.h
index d6c2ce75b..4de1c39a8 100644
--- a/js/public/GCHashTable.h
+++ b/js/public/GCHashTable.h
@@ -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/. */
diff --git a/js/public/GCPolicyAPI.h b/js/public/GCPolicyAPI.h
index 054e397af..151ed4e04 100644
--- a/js/public/GCPolicyAPI.h
+++ b/js/public/GCPolicyAPI.h
@@ -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/. */
diff --git a/js/public/GCVariant.h b/js/public/GCVariant.h
index 31ab23f54..43f2957fe 100644
--- a/js/public/GCVariant.h
+++ b/js/public/GCVariant.h
@@ -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/. */
diff --git a/js/public/GCVector.h b/js/public/GCVector.h
index 2668e65b2..1c9925261 100644
--- a/js/public/GCVector.h
+++ b/js/public/GCVector.h
@@ -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/. */
diff --git a/js/public/HashTable.h b/js/public/HashTable.h
index 8a2493b55..d0f7dba41 100644
--- a/js/public/HashTable.h
+++ b/js/public/HashTable.h
@@ -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/. */
diff --git a/js/public/HeapAPI.h b/js/public/HeapAPI.h
index d033d3706..43c2d4c97 100644
--- a/js/public/HeapAPI.h
+++ b/js/public/HeapAPI.h
@@ -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/. */
diff --git a/js/public/Id.h b/js/public/Id.h
index d474e784f..c1146229c 100644
--- a/js/public/Id.h
+++ b/js/public/Id.h
@@ -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/. */
diff --git a/js/public/LegacyIntTypes.h b/js/public/LegacyIntTypes.h
index cdfd98726..f1274151e 100644
--- a/js/public/LegacyIntTypes.h
+++ b/js/public/LegacyIntTypes.h
@@ -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/. */
diff --git a/js/public/MemoryMetrics.h b/js/public/MemoryMetrics.h
index dcc886217..2d7f06fb5 100644
--- a/js/public/MemoryMetrics.h
+++ b/js/public/MemoryMetrics.h
@@ -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/. */
diff --git a/js/public/Principals.h b/js/public/Principals.h
index 774f65941..4f2670b65 100644
--- a/js/public/Principals.h
+++ b/js/public/Principals.h
@@ -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/. */
diff --git a/js/public/ProfilingFrameIterator.h b/js/public/ProfilingFrameIterator.h
index 52621adb4..46946c371 100644
--- a/js/public/ProfilingFrameIterator.h
+++ b/js/public/ProfilingFrameIterator.h
@@ -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/. */
diff --git a/js/public/ProfilingStack.h b/js/public/ProfilingStack.h
index aeed349e8..9fc216547 100644
--- a/js/public/ProfilingStack.h
+++ b/js/public/ProfilingStack.h
@@ -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/. */
diff --git a/js/public/Proxy.h b/js/public/Proxy.h
index f40772fb0..8d24969b2 100644
--- a/js/public/Proxy.h
+++ b/js/public/Proxy.h
@@ -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/. */
diff --git a/js/public/Realm.h b/js/public/Realm.h
index 13a22c707..f3b08f3fd 100644
--- a/js/public/Realm.h
+++ b/js/public/Realm.h
@@ -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/. */
diff --git a/js/public/RequiredDefines.h b/js/public/RequiredDefines.h
index 308fd7d62..0bffb916a 100644
--- a/js/public/RequiredDefines.h
+++ b/js/public/RequiredDefines.h
@@ -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/. */
diff --git a/js/public/RootingAPI.h b/js/public/RootingAPI.h
index ca35ea4a5..5f0740d53 100644
--- a/js/public/RootingAPI.h
+++ b/js/public/RootingAPI.h
@@ -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/. */
diff --git a/js/public/SliceBudget.h b/js/public/SliceBudget.h
index 78982df05..4334a704a 100644
--- a/js/public/SliceBudget.h
+++ b/js/public/SliceBudget.h
@@ -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/. */
diff --git a/js/public/StructuredClone.h b/js/public/StructuredClone.h
index ebff84387..59b68890a 100644
--- a/js/public/StructuredClone.h
+++ b/js/public/StructuredClone.h
@@ -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/. */
diff --git a/js/public/SweepingAPI.h b/js/public/SweepingAPI.h
index 0eb29ae41..39abb0fc0 100644
--- a/js/public/SweepingAPI.h
+++ b/js/public/SweepingAPI.h
@@ -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/. */
diff --git a/js/public/TraceKind.h b/js/public/TraceKind.h
index 3270966fc..d3109d360 100644
--- a/js/public/TraceKind.h
+++ b/js/public/TraceKind.h
@@ -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/. */
diff --git a/js/public/TracingAPI.h b/js/public/TracingAPI.h
index 37c69acad..5e3692f55 100644
--- a/js/public/TracingAPI.h
+++ b/js/public/TracingAPI.h
@@ -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/. */
diff --git a/js/public/TrackedOptimizationInfo.h b/js/public/TrackedOptimizationInfo.h
index b697765c9..ce3508cd6 100644
--- a/js/public/TrackedOptimizationInfo.h
+++ b/js/public/TrackedOptimizationInfo.h
@@ -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/. */
diff --git a/js/public/TypeDecls.h b/js/public/TypeDecls.h
index acb93f973..40d6f1f8a 100644
--- a/js/public/TypeDecls.h
+++ b/js/public/TypeDecls.h
@@ -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/. */
diff --git a/js/public/UbiNode.h b/js/public/UbiNode.h
index 7332f198f..a4ed0dff4 100644
--- a/js/public/UbiNode.h
+++ b/js/public/UbiNode.h
@@ -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/. */
diff --git a/js/public/UbiNodeBreadthFirst.h b/js/public/UbiNodeBreadthFirst.h
index 8446dbc6a..5f31b5a08 100644
--- a/js/public/UbiNodeBreadthFirst.h
+++ b/js/public/UbiNodeBreadthFirst.h
@@ -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/. */
diff --git a/js/public/UbiNodeCensus.h b/js/public/UbiNodeCensus.h
index 8c7990886..6fa739dac 100644
--- a/js/public/UbiNodeCensus.h
+++ b/js/public/UbiNodeCensus.h
@@ -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/. */
diff --git a/js/public/UbiNodeDominatorTree.h b/js/public/UbiNodeDominatorTree.h
index 3422b76bc..1b029184c 100644
--- a/js/public/UbiNodeDominatorTree.h
+++ b/js/public/UbiNodeDominatorTree.h
@@ -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/. */
diff --git a/js/public/UbiNodePostOrder.h b/js/public/UbiNodePostOrder.h
index a50426776..15dcfb9ec 100644
--- a/js/public/UbiNodePostOrder.h
+++ b/js/public/UbiNodePostOrder.h
@@ -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/. */
diff --git a/js/public/UbiNodeShortestPaths.h b/js/public/UbiNodeShortestPaths.h
index edd5aebbe..18ed45a19 100644
--- a/js/public/UbiNodeShortestPaths.h
+++ b/js/public/UbiNodeShortestPaths.h
@@ -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/. */
diff --git a/js/public/UniquePtr.h b/js/public/UniquePtr.h
index 0236bab42..762ec9df2 100644
--- a/js/public/UniquePtr.h
+++ b/js/public/UniquePtr.h
@@ -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/. */
diff --git a/js/public/Utility.h b/js/public/Utility.h
index 99712faa8..cadcef700 100644
--- a/js/public/Utility.h
+++ b/js/public/Utility.h
@@ -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/. */
diff --git a/js/public/Value.h b/js/public/Value.h
index bc0fd0ec7..087d178ef 100644
--- a/js/public/Value.h
+++ b/js/public/Value.h
@@ -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/. */
diff --git a/js/public/Vector.h b/js/public/Vector.h
index 6fa63e93e..d62cbeb6d 100644
--- a/js/public/Vector.h
+++ b/js/public/Vector.h
@@ -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/. */
diff --git a/js/public/WeakMapPtr.h b/js/public/WeakMapPtr.h
index 41860551a..9601518d1 100644
--- a/js/public/WeakMapPtr.h
+++ b/js/public/WeakMapPtr.h
@@ -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/. */