Bug 1206290 - Part 0: Move js/UbiNodeTraverse.h to js/UbiNodeBreadthFirst.h; r=sfink

--HG--
rename : js/public/UbiNodeTraverse.h => js/public/UbiNodeBreadthFirst.h
This commit is contained in:
Nick Fitzgerald 2015-09-24 14:01:22 -07:00
parent 187dfafc29
commit 896a2e9849
6 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@
#include "js/Debug.h"
#include "js/TypeDecls.h"
#include "js/UbiNodeCensus.h"
#include "js/UbiNodeTraverse.h"
#include "js/UbiNodeBreadthFirst.h"
#include "mozilla/Attributes.h"
#include "mozilla/devtools/AutoMemMap.h"
#include "mozilla/devtools/CoreDump.pb.h"

View File

@ -4,8 +4,8 @@
* 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/. */
#ifndef js_UbiNodeTraverse_h
#define js_UbiNodeTraverse_h
#ifndef js_UbiNodeBreadthFirst_h
#define js_UbiNodeBreadthFirst_h
#include "js/UbiNode.h"
#include "js/Utility.h"
@ -241,4 +241,4 @@ struct BreadthFirst {
} // namespace ubi
} // namespace JS
#endif // js_UbiNodeTraverse.h
#endif // js_UbiNodeBreadthFirst_h

View File

@ -12,7 +12,7 @@
#include "jsapi.h"
#include "js/UbiNode.h"
#include "js/UbiNodeTraverse.h"
#include "js/UbiNodeBreadthFirst.h"
// A census is a ubi::Node traversal that assigns each node to one or more
// buckets, and returns a report with the size of each bucket.

View File

@ -25,7 +25,7 @@
#include "js/HashTable.h"
#include "js/StructuredClone.h"
#include "js/UbiNode.h"
#include "js/UbiNodeTraverse.h"
#include "js/UbiNodeBreadthFirst.h"
#include "js/Vector.h"
#include "vm/GlobalObject.h"
#include "vm/Interpreter.h"

View File

@ -129,8 +129,8 @@ EXPORTS.js += [
'../public/TrackedOptimizationInfo.h',
'../public/TypeDecls.h',
'../public/UbiNode.h',
'../public/UbiNodeBreadthFirst.h',
'../public/UbiNodeCensus.h',
'../public/UbiNodeTraverse.h',
'../public/Utility.h',
'../public/Value.h',
'../public/Vector.h',

View File

@ -24,7 +24,7 @@
#include "jit/JSONSpewer.h"
#include "jit/MIRGraph.h"
#include "js/GCAPI.h"
#include "js/UbiNodeTraverse.h"
#include "js/UbiNodeBreadthFirst.h"
#include "js/Vector.h"
#include "vm/ArgumentsObject.h"
#include "vm/DebuggerMemory.h"