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:
Jeff Walden 2019-01-23 16:15:38 -08:00
parent c52204b560
commit b8e8e3c96d

View File

@ -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.