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

Unified Diff: sky/engine/bindings2/exception_state_placeholder.cc

Issue 918333002: Add the c++ code part of bindings2/ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Updated per earlier reviews Created 5 years, 10 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 | « sky/engine/bindings2/exception_state_placeholder.h ('k') | sky/engine/bindings2/mojo_natives.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings2/exception_state_placeholder.cc
diff --git a/sky/engine/core/css/Rect.cpp b/sky/engine/bindings2/exception_state_placeholder.cc
similarity index 50%
copy from sky/engine/core/css/Rect.cpp
copy to sky/engine/bindings2/exception_state_placeholder.cc
index b1b0f75ad895fd275d759f0625a8e43b916a5bad..cc75213df267654ba622dce9a341dc2b10d8f1a2 100644
--- a/sky/engine/core/css/Rect.cpp
+++ b/sky/engine/bindings2/exception_state_placeholder.cc
@@ -3,10 +3,17 @@
// found in the LICENSE file.
#include "sky/engine/config.h"
-#include "sky/engine/core/css/Rect.h"
+#include "sky/engine/bindings2/exception_state_placeholder.h"
namespace blink {
-DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(RectBase)
+#if ENABLE(ASSERT)
+NoExceptionStateAssertionChecker::NoExceptionStateAssertionChecker(
+ const char* file,
+ int line) {
}
+
+#endif
+
+} // namespace blink
« no previous file with comments | « sky/engine/bindings2/exception_state_placeholder.h ('k') | sky/engine/bindings2/mojo_natives.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698