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

Unified Diff: src/jsregexp.h

Issue 10986: Fixed build on windows. (Closed)
Patch Set: Created 12 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/jsregexp.h
diff --git a/src/jsregexp.h b/src/jsregexp.h
index 2bea0dee1638f228b4c7033b57d265607eaf6c7f..4a96cbf0d0fcaaf28431a3351acdc875c25815b9 100644
--- a/src/jsregexp.h
+++ b/src/jsregexp.h
@@ -505,9 +505,6 @@ struct NodeInfo {
};
-STATIC_CHECK(sizeof(NodeInfo) <= sizeof(int)); // NOLINT
-
-
class SiblingList {
public:
SiblingList() : list_(NULL) { }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698