mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset a4524d7aec4f (bug 857648)
This commit is contained in:
parent
b23eec19c4
commit
4d2b2e1cd1
@ -553,14 +553,6 @@ Exception::GetData() const
|
||||
return data.forget();
|
||||
}
|
||||
|
||||
void
|
||||
Exception::GetStack(nsAString& aStack, ErrorResult& aRv) const
|
||||
{
|
||||
if (mLocation) {
|
||||
aRv = mLocation->GetFormattedStack(aStack);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
Exception::Stringify(nsString& retval)
|
||||
{
|
||||
|
@ -81,8 +81,6 @@ public:
|
||||
|
||||
already_AddRefed<nsISupports> GetData() const;
|
||||
|
||||
void GetStack(nsAString& aStack, ErrorResult& aRv) const;
|
||||
|
||||
void Stringify(nsString& retval);
|
||||
|
||||
// XPCOM factory ctor.
|
||||
|
@ -56,10 +56,6 @@ interface ExceptionMembers
|
||||
|
||||
// Arbitary data for the implementation.
|
||||
readonly attribute nsISupports? data;
|
||||
|
||||
// Formatted exception stack
|
||||
[Throws]
|
||||
readonly attribute DOMString stack;
|
||||
};
|
||||
|
||||
[NoInterfaceObject]
|
||||
|
Loading…
Reference in New Issue
Block a user