Fix RuntimeIPCClient to set routing_id in V8Context
authorWonYoung Choi <wy80.choi@samsung.com>
Thu, 22 Oct 2015 10:11:56 +0000 (19:11 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Fri, 23 Oct 2015 00:27:55 +0000 (09:27 +0900)
commitf5c02647c48945d9ce08e87a5edc880843039863
tree4049e3e71b93f1571f6a8002be2a152ec1c01f5c
parent399831bf73d6cc3d87199cd80072f0483d781c24
Fix RuntimeIPCClient to set routing_id in V8Context

Chromium-EFL creates a routing index for each global context.
The index is stored in V8Context's embedder data with index number 12.
extensions/renderer/runtime_ipc_client.cc
extensions/renderer/runtime_ipc_client.h
extensions/renderer/xwalk_extension_module.cc
runtime/renderer/injected_bundle.cc