From c1a88e4a31ee7d56b8322637dcbe06a2e5f58169 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 7 Nov 2009 01:39:01 -0500 Subject: [PATCH] Reinstate buffer.evaluateXPath for plugins. :( --- common/content/buffer.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/content/buffer.js b/common/content/buffer.js index a1f43cf8..51623b24 100644 --- a/common/content/buffer.js +++ b/common/content/buffer.js @@ -892,6 +892,8 @@ function Buffer() //{{{ return { + get evaluateXPath() util.evaluateXPath, + /** * @property {Array} The alternative style sheets for the current * buffer. Only returns style sheets for the 'screen' media type.