Fix remaining onNativeOperation → onHostOperation rename

We renamed it in #6754 but #6748 got merged after that referencing the old name.
This commit is contained in:
Dan Abramov
2016-05-14 01:04:46 +01:00
parent 5569d1d40e
commit dea7cafd9d
@@ -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