Skip to content

Commit

Permalink
Fix remaining onNativeOperation => onHostOperation rename
Browse files Browse the repository at this point in the history
We had a rename in #6754 but #6748 got merged after that referencing the old name.
  • Loading branch information
gaearon committed May 14, 2016
1 parent 5569d1d commit 657b827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/dom/shared/DOMPropertyOperations.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ var DOMPropertyOperations = {
node.removeAttribute(name);
if (__DEV__) {
ReactDOMInstrumentation.debugTool.onDeleteValueForProperty(node, name);
ReactInstrumentation.debugTool.onNativeOperation(
ReactInstrumentation.debugTool.onHostOperation(
ReactDOMComponentTree.getInstanceFromNode(node)._debugID,
'remove attribute',
name
Expand Down

0 comments on commit 657b827

Please sign in to comment.