$OpenBSD$ index f3a2e08..263c134 100644 --- dom/base/nsGlobalWindow.h.orig Fri Feb 20 15:40:37 2015 +++ dom/base/nsGlobalWindow.h Fri Feb 20 15:40:37 2015 @@ -492,6 +492,8 @@ public: static bool IsChromeWindow(JSContext* /* unused */, JSObject* aObj); + bool IsChrome() const; + bool DoNewResolve(JSContext* aCx, JS::Handle aObj, JS::Handle aId, JS::MutableHandle aDesc); @@ -931,6 +933,8 @@ public: mozilla::ErrorResult& aError); void CancelAnimationFrame(int32_t aHandle, mozilla::ErrorResult& aError); nsPerformance* GetPerformance(mozilla::ErrorResult& aError); + nsresult GetFirstPartyIsolationURI(nsIURI** aFirstPartyIsolationURI); + #ifdef MOZ_WEBSPEECH mozilla::dom::SpeechSynthesis* GetSpeechSynthesis(mozilla::ErrorResult& aError);