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

Unified Diff: Source/core/dom/URLUtils.idl

Issue 362073004: Revert of Refactoring activity logger. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « Source/core/dom/Element.cpp ('k') | Source/core/html/HTMLAnchorElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/URLUtils.idl
diff --git a/Source/core/dom/URLUtils.idl b/Source/core/dom/URLUtils.idl
index 5f0e115ab1229956fb0280bb2e5a03e6da5ef2e1..6bb5c2abddb57add6755d2995a123bd8a0d7154e 100644
--- a/Source/core/dom/URLUtils.idl
+++ b/Source/core/dom/URLUtils.idl
@@ -30,7 +30,7 @@
] interface URLUtils {
// FIXME: should be stringifier: http://crbug.com/306606
// stringifier attribute ScalarValueString href;
- attribute ScalarValueString href;
+ [PerWorldBindings, LogActivity=SetterOnly, LogPreviousValue] attribute ScalarValueString href;
[NotEnumerable, ImplementedAs=href] ScalarValueString toString();
readonly attribute ScalarValueString origin;
« no previous file with comments | « Source/core/dom/Element.cpp ('k') | Source/core/html/HTMLAnchorElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698