Skip to content

Commit

Permalink
Backed out 3 changesets (bug 1901078, bug 1749048) for causing interf…
Browse files Browse the repository at this point in the history
…ace related mochitests failures. CLOSED TREE

Backed out changeset 0c7ce075a24f (bug 1749048)
Backed out changeset 0b609b8fcff3 (bug 1749048)
Backed out changeset 18ce2638e512 (bug 1901078)
  • Loading branch information
Stanca Serban committed Jul 23, 2024
1 parent ac6fcbf commit eb6da48
Show file tree
Hide file tree
Showing 31 changed files with 847 additions and 2,972 deletions.
2 changes: 1 addition & 1 deletion dom/canvas/ImageUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "mozilla/dom/ImageUtils.h"
#include "ImageUtils.h"

#include "ImageContainer.h"
#include "Intervals.h"
Expand Down
62 changes: 0 additions & 62 deletions dom/media/MediaResult.cpp

This file was deleted.

8 changes: 0 additions & 8 deletions dom/media/MediaResult.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@
// MediaResult const references is recommended.
namespace mozilla {

namespace dom {
class Promise;
}

class CDMProxy;
class ErrorResult;

class MediaResult {
public:
Expand Down Expand Up @@ -68,9 +63,6 @@ class MediaResult {

CDMProxy* GetCDMProxy() const { return mCDMProxy; }

void ThrowTo(ErrorResult& aRv) const;
void RejectTo(dom::Promise* aPromise) const;

private:
nsresult mCode;
nsCString mMessage;
Expand Down
1 change: 0 additions & 1 deletion dom/media/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ UNIFIED_SOURCES += [
"MediaPlaybackDelayPolicy.cpp",
"MediaRecorder.cpp",
"MediaResource.cpp",
"MediaResult.cpp",
"MediaShutdownManager.cpp",
"MediaStreamError.cpp",
"MediaStreamTrack.cpp",
Expand Down
Loading

0 comments on commit eb6da48

Please sign in to comment.