| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes.html
 | 
| index a6ed024593e5b3541667aeda32135af965f8a572..44129db41587fc3378fefc9f48e6ccb427a0bf32 100644
 | 
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes.html
 | 
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes.html
 | 
| @@ -28,7 +28,7 @@
 | 
|  
 | 
|          clearEventRecords();
 | 
|          debug('\nClick C');
 | 
| -        getNodeInTreeOfTrees('A/C').click();
 | 
| +        getNodeInComposedTree('A/C').click();
 | 
|          debugDispatchedEvent('click');
 | 
|  
 | 
|          clearEventRecords();
 | 
| 
 |