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

Unified Diff: Source/core/html/HTMLQuoteElement.idl

Issue 351923005: Refactoring activity logger. (Closed) 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
Index: Source/core/html/HTMLQuoteElement.idl
diff --git a/Source/core/html/HTMLQuoteElement.idl b/Source/core/html/HTMLQuoteElement.idl
index db0ab9dd9cae676518ed3116a972f1afb6af306d..c53a1a2f1efff274457f035ac58787576dac1a4f 100644
--- a/Source/core/html/HTMLQuoteElement.idl
+++ b/Source/core/html/HTMLQuoteElement.idl
@@ -18,5 +18,5 @@
*/
interface HTMLQuoteElement : HTMLElement {
- [Reflect, URL, LogActivity=SetterOnly] attribute DOMString cite;
+ [Reflect, URL] attribute DOMString cite;
};

Powered by Google App Engine
This is Rietveld 408576698