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

Unified Diff: src/inspector/V8Console.cpp

Issue 2359533002: [inspector] replaced V8_INSPECTOR* macros with macros from base/macros.h (Closed)
Patch Set: Created 4 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 | « src/inspector/V8Console.h ('k') | src/inspector/V8ConsoleAgentImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/V8Console.cpp
diff --git a/src/inspector/V8Console.cpp b/src/inspector/V8Console.cpp
index 33ba0a5102b1fe501da417e74d73a3e4391347f1..6751bc67ccb8f7d66054409ebf97ac1ed9aa5709 100644
--- a/src/inspector/V8Console.cpp
+++ b/src/inspector/V8Console.cpp
@@ -29,7 +29,7 @@ v8::Local<v8::Private> inspectedContextPrivateKey(v8::Isolate* isolate) {
}
class ConsoleHelper {
- V8_INSPECTOR_DISALLOW_COPY(ConsoleHelper);
+ DISALLOW_COPY_AND_ASSIGN(ConsoleHelper);
public:
ConsoleHelper(const v8::FunctionCallbackInfo<v8::Value>& info)
« no previous file with comments | « src/inspector/V8Console.h ('k') | src/inspector/V8ConsoleAgentImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698