aboutsummaryrefslogtreecommitdiff
path: root/src/embind/embind.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/embind/embind.js')
-rwxr-xr-xsrc/embind/embind.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/embind/embind.js b/src/embind/embind.js
index b8bd5fcf..42250601 100755
--- a/src/embind/embind.js
+++ b/src/embind/embind.js
@@ -672,7 +672,7 @@ RegisteredPointer.prototype.toWireType = function(destructors, handle) {
break;
case 1: // INTRUSIVE
- throwBindingError('INTRUSIVE sharing policy not yet supported');
+ ptr = handle.$$.smartPtr;
break;
case 2: // BY_EMVAL