mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
Remove an extraneous forward-declaration of a class removed in a previous commit from jsapi.h. No bug, r=me as trivial
This commit is contained in:
parent
c52204b560
commit
b8e8e3c96d
@ -4104,12 +4104,8 @@ extern JS_PUBLIC_API bool IsUnwrappedSavedFrame(JSObject* obj);
|
||||
|
||||
} /* namespace JS */
|
||||
|
||||
/* Stopwatch-based performance monitoring. */
|
||||
|
||||
namespace js {
|
||||
|
||||
class AutoStopwatch;
|
||||
|
||||
/**
|
||||
* Hint that we expect a crash. Currently, the only thing that cares is the
|
||||
* breakpad injector, which (if loaded) will suppress minidump generation.
|
||||
|
Loading…
Reference in New Issue
Block a user