From be12cc446c38f5d149318e8282dd32b726c02640 Mon Sep 17 00:00:00 2001 From: "abarth@chromium.org" Date: Tue, 19 Nov 2013 04:33:15 +0000 Subject: Port Mojo's sample_service.cc to JavaScript This CL completes the manual implementation of sample_service.js and tests it using sample_test.js, which exactly mirrors the testing of sample_service.cc by sample_service.cc. (I've also moved sample_service.js into mojo/public/bindings/sample/mojom to better mirror the C++ implementation.) BUG=317398 Review URL: https://codereview.chromium.org/68323004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235917 0039d316-1c4b-4281-b951-d872f2087c98 --- gin/runner.cc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'gin/runner.cc') diff --git a/gin/runner.cc b/gin/runner.cc index a3c9544..46671c5 100644 --- a/gin/runner.cc +++ b/gin/runner.cc @@ -57,14 +57,12 @@ void Runner::Run(const std::string& script) { } void Runner::Run(v8::Handle