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

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

Issue 2706013002: Added support for self.origin in Window and WorkerGlobalScope (Closed)
Patch Set: rebase-update after manifest.json changes Created 3 years, 10 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 49e771803f1d8544ef6b2f71a9e2fdcebfcc8d70..d8bd0b0290fa877c94826a4a44e7ae15b22c4703 100644
--- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
+++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
@@ -152,6 +152,7 @@ class CORE_EXPORT LocalDOMWindow final : public DOMWindow,
void setStatus(const String&);
String defaultStatus() const;
void setDefaultStatus(const String&);
+ String origin() const;
// DOM Level 2 AbstractView Interface
Document* document() const;

Powered by Google App Engine
This is Rietveld 408576698