зеркало из https://github.com/mozilla/gecko-dev.git
Remove a stray semicolon that causes a warning compiling pretty much any SpiderMonkey file. No bug, r=themaid
This commit is contained in:
Родитель
6f37861531
Коммит
015a070e3a
|
@ -145,7 +145,7 @@ class SPSProfiler
|
||||||
class SPSEntryMarker
|
class SPSEntryMarker
|
||||||
{
|
{
|
||||||
SPSProfiler *profiler;
|
SPSProfiler *profiler;
|
||||||
JS_DECL_USE_GUARD_OBJECT_NOTIFIER;
|
JS_DECL_USE_GUARD_OBJECT_NOTIFIER
|
||||||
public:
|
public:
|
||||||
SPSEntryMarker(JSRuntime *rt JS_GUARD_OBJECT_NOTIFIER_PARAM);
|
SPSEntryMarker(JSRuntime *rt JS_GUARD_OBJECT_NOTIFIER_PARAM);
|
||||||
~SPSEntryMarker();
|
~SPSEntryMarker();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче