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

Unified Diff: src/inspector/Allocator.h

Issue 2343733002: [inspector] enabled presubmit for inspector sub folder (Closed)
Patch Set: more fixes 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 | « no previous file | src/inspector/InjectedScriptNative.h » ('j') | src/inspector/String16.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/Allocator.h
diff --git a/src/inspector/Allocator.h b/src/inspector/Allocator.h
index 606bfe6c45b7f89ff265b60274d2d6439a351c09..bdaaf1a31fc88d26f20a3dfcfa546c05551484fa 100644
--- a/src/inspector/Allocator.h
+++ b/src/inspector/Allocator.h
@@ -17,7 +17,6 @@ enum NotNullTagEnum { NotNullLiteral };
void* operator new(size_t, void*) = delete; \
\
public:
-
#define V8_INSPECTOR_DISALLOW_COPY(ClassName) \
private: \
ClassName(const ClassName&) = delete; \
« no previous file with comments | « no previous file | src/inspector/InjectedScriptNative.h » ('j') | src/inspector/String16.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698