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

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

Issue 765123002: Sync the getComputedStyle() IDL with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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: Source/core/frame/LocalDOMWindow.h
diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
index 7c54295aed58f99fca4c6686f92039b03452e5c6..e0d3d5ac8251b0a3a313770b7b407450c1daa893 100644
--- a/Source/core/frame/LocalDOMWindow.h
+++ b/Source/core/frame/LocalDOMWindow.h
@@ -133,7 +133,7 @@ public:
void close(ExecutionContext* = 0) override;
void print() override;
void stop() override;
- void alert(const String& message = String()) override;
+ void alert(const String& message) override;
arv (Not doing code reviews) 2014/12/01 14:20:09 This looks unrelated
philipj_slow 2014/12/01 20:48:54 Yeah, I forgot to say why in the description. The
bool confirm(const String& message) override;
String prompt(const String& message, const String& defaultValue) override;
bool find(const String&, bool caseSensitive, bool backwards, bool wrap, bool wholeWord, bool searchInFrames, bool showDialog) const override;

Powered by Google App Engine
This is Rietveld 408576698