| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-for-user-agent-shadow-tree.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-for-user-agent-shadow-tree.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-for-user-agent-shadow-tree.html
 | 
| index af052cf5f5a109b05ed8002276c2f3b35e088e1c..652d784dd1c578f5b36bb6885651444f26c7673a 100644
 | 
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-for-user-agent-shadow-tree.html
 | 
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-for-user-agent-shadow-tree.html
 | 
| @@ -17,7 +17,7 @@
 | 
|  <pre id="console"></pre>
 | 
|  <script>
 | 
|  ['sandbox', 'details', 'details-child', 'summary', 'summary-child'].forEach(function(path) {
 | 
| -    getNodeInTreeOfTrees(path).addEventListener('click', function(event) {
 | 
| +    getNodeInComposedTree(path).addEventListener('click', function(event) {
 | 
|          debug('\nevent.path on node ' + dumpNode(event.currentTarget));
 | 
|          debug(dumpNodeList(event.path));
 | 
|      });
 | 
| 
 |