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

Unified Diff: tonic/dart_state.cc

Issue 1244983003: Make mojo dart controller depend on tonic and get building without wtf (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « tonic/dart_state.h ('k') | tonic/dart_wrappable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tonic/dart_state.cc
diff --git a/tonic/dart_state.cc b/tonic/dart_state.cc
index 60732bd10242761f2059d2fef5fee19e83440374..76851ce6c73ee837c793b8b5fab9361495c71364 100644
--- a/tonic/dart_state.cc
+++ b/tonic/dart_state.cc
@@ -8,7 +8,6 @@
#include "tonic/dart_converter.h"
#include "tonic/dart_exception_factory.h"
#include "tonic/dart_library_loader.h"
-#include "tonic/dart_string_cache.h"
#include "tonic/dart_timer_heap.h"
namespace blink {
@@ -26,8 +25,6 @@ DartState::DartState()
new DartExceptionFactory(this))),
library_loader_(std::unique_ptr<DartLibraryLoader>(
new DartLibraryLoader(this))),
- string_cache_(std::unique_ptr<DartStringCache>(
- new DartStringCache)),
timer_heap_(std::unique_ptr<DartTimerHeap>(
new DartTimerHeap())),
weak_factory_(this) {
« no previous file with comments | « tonic/dart_state.h ('k') | tonic/dart_wrappable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698