зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
da6579abe6
Коммит
724dc1950b
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче