Index: Source/web/tests/ActivityLoggerTest.cpp |
diff --git a/Source/web/tests/ActivityLoggerTest.cpp b/Source/web/tests/ActivityLoggerTest.cpp |
index d3987511b80097c223202a96d0ae215d0c498bd8..4248d6be02da6747b403f8fd810442e813f1b952 100644 |
--- a/Source/web/tests/ActivityLoggerTest.cpp |
+++ b/Source/web/tests/ActivityLoggerTest.cpp |
@@ -33,11 +33,6 @@ public: |
m_loggedActivities.append(apiName + " | " + toCoreStringWithUndefinedOrNullCheck(newValue)); |
} |
- void logSetter(const String& apiName, const v8::Handle<v8::Value>& newValue, const v8::Handle<v8::Value>& oldValue) OVERRIDE |
- { |
- m_loggedActivities.append(apiName + " | " + toCoreStringWithUndefinedOrNullCheck(oldValue) + " | " + toCoreStringWithUndefinedOrNullCheck(newValue)); |
- } |
- |
void logMethod(const String& apiName, int argc, const v8::Handle<v8::Value>* argv) OVERRIDE |
{ |
String activityString = apiName; |