Bug 1062089: Rename js/public/DebugAPI.h to js/public/Debug.h. It's a public header file; *obviously* it's an API. r=jorendorff

--HG--
rename : js/public/DebugAPI.h => js/public/Debug.h
This commit is contained in:
Jim Blandy 2014-09-05 10:32:29 -07:00
Родитель da6579abe6
Коммит 724dc1950b
4 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -6,8 +6,8 @@
// Interfaces by which the embedding can interact with the Debugger API.
#ifndef js_DebugAPI_h
#define js_DebugAPI_h
#ifndef js_Debug_h
#define js_Debug_h
#include "mozilla/Assertions.h"
#include "mozilla/Attributes.h"
@ -253,4 +253,4 @@ class BuilderOrigin : public Builder {
} // namespace JS
#endif /* js_DebugAPI_h */
#endif /* js_Debug_h */

Просмотреть файл

@ -19,7 +19,7 @@
#include "js/CharacterEncoding.h"
#include "js/Class.h"
#include "js/Date.h"
#include "js/DebugAPI.h"
#include "js/Debug.h"
#include "js/GCAPI.h"
#include "js/HashTable.h"
#include "js/HeapAPI.h"

Просмотреть файл

@ -71,7 +71,7 @@ EXPORTS.js += [
'../public/CharacterEncoding.h',
'../public/Class.h',
'../public/Date.h',
'../public/DebugAPI.h',
'../public/Debug.h',
'../public/GCAPI.h',
'../public/HashTable.h',
'../public/HeapAPI.h',

Просмотреть файл

@ -18,7 +18,7 @@
#include "frontend/BytecodeCompiler.h"
#include "gc/Marking.h"
#include "jit/BaselineJIT.h"
#include "js/DebugAPI.h"
#include "js/Debug.h"
#include "js/GCAPI.h"
#include "js/Vector.h"
#include "vm/ArgumentsObject.h"