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

Unified Diff: Source/bindings/core/v8/V8DOMActivityLogger.h

Issue 497773004: IDL: Remove support for [LogPreviousValue] extended attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 6 years, 3 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/bindings/IDLExtendedAttributes.txt ('k') | Source/bindings/scripts/v8_attributes.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/V8DOMActivityLogger.h
diff --git a/Source/bindings/core/v8/V8DOMActivityLogger.h b/Source/bindings/core/v8/V8DOMActivityLogger.h
index ac2b59ff77a8c5a057e2b3198747c332116f8c06..9e3b450fe27957b6e0fa69eacb9003998421539b 100644
--- a/Source/bindings/core/v8/V8DOMActivityLogger.h
+++ b/Source/bindings/core/v8/V8DOMActivityLogger.h
@@ -45,7 +45,6 @@ public:
virtual void logGetter(const String& apiName) { }
virtual void logSetter(const String& apiName, const v8::Handle<v8::Value>& newValue) { }
- virtual void logSetter(const String& apiName, const v8::Handle<v8::Value>& newValue, const v8::Handle<v8::Value>& oldValue) { }
virtual void logMethod(const String& apiName, int argc, const v8::Handle<v8::Value>* argv) { }
virtual void logEvent(const String& eventName, int argc, const String* argv) { }
« no previous file with comments | « Source/bindings/IDLExtendedAttributes.txt ('k') | Source/bindings/scripts/v8_attributes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698