Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Unified Diff: third_party/WebKit/Source/core/frame/LocalDOMWindow.h

Issue 2855263004: Throw in window.open() when an invalid URL is being passed (Closed)
Patch Set: updates Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.h
diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
index 90d1ab9378c0da8b31f197d4c31767d818a3a617..21688b2783adb88911c63a6ad41d8bcd977e0242 100644
--- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
+++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
@@ -54,6 +54,7 @@ class DOMVisualViewport;
class DOMWindowEventQueue;
class Element;
class EventQueue;
+class ExceptionState;
class External;
class FrameConsole;
class FrameRequestCallback;
@@ -272,7 +273,8 @@ class CORE_EXPORT LocalDOMWindow final : public DOMWindow,
const AtomicString& frame_name,
const String& window_features_string,
LocalDOMWindow* calling_window,
- LocalDOMWindow* entered_window);
+ LocalDOMWindow* entered_window,
+ ExceptionState&);
FrameConsole* GetFrameConsole() const;

Powered by Google App Engine
This is Rietveld 408576698